org.apache.sling.jcr.ocm
Class AbstractMappedObject

java.lang.Object
  extended by 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.


Constructor Summary
protected AbstractMappedObject()
           
protected AbstractMappedObject(String path)
           
 
Method Summary
 String getPath()
           
 void setPath(String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractMappedObject

protected AbstractMappedObject()

AbstractMappedObject

protected AbstractMappedObject(String path)
Method Detail

setPath

public void setPath(String path)

getPath

public String getPath()


Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.