org.apache.sling.jcr.ocm
Class AbstractMappedObject
java.lang.Object
org.apache.sling.jcr.ocm.AbstractMappedObject
public abstract class AbstractMappedObject
- extends Object
The AbstractMappedObject
is a simple helper class which may be
extended to off-load handling of the path of mapped objects. It simply maps
a single field path to have the path of the mapped object.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractMappedObject
protected AbstractMappedObject()
AbstractMappedObject
protected AbstractMappedObject(String path)
setPath
public void setPath(String path)
getPath
public String getPath()
Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.