org.apache.sling.jcr.ocm
Class AbstractMappedObject
java.lang.Object
org.apache.sling.jcr.ocm.AbstractMappedObject
public abstract class AbstractMappedObject
- extends java.lang.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.
Method Summary |
java.lang.String |
getPath()
|
void |
setPath(java.lang.String path)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractMappedObject
protected AbstractMappedObject()
AbstractMappedObject
protected AbstractMappedObject(java.lang.String path)
setPath
public void setPath(java.lang.String path)
getPath
public java.lang.String getPath()
Copyright © 2007-2009. All Rights Reserved.