org.apache.jackrabbit.core.state.orm
Class ORMNodeReference
java.lang.Object
org.apache.jackrabbit.core.state.orm.ORMNodeReference
- All Implemented Interfaces:
- Serializable
- public class ORMNodeReference
- extends Object
- implements Serializable
This class represents a node reference, that is to say a property that
points to a specific node.
- See Also:
- Serialized Form
ORMNodeReference
public ORMNodeReference()
ORMNodeReference
public ORMNodeReference(String targetId,
String propertyParentUUID,
String propertyName)
setTargetId
public void setTargetId(String targetId)
setPropertyParentUUID
public void setPropertyParentUUID(String propertyParentUUID)
setPropertyName
public void setPropertyName(String propertyName)
setDbId
public void setDbId(Integer dbId)
getTargetId
public String getTargetId()
getPropertyParentUUID
public String getPropertyParentUUID()
getPropertyName
public String getPropertyName()
getDbId
public Integer getDbId()
equals
public boolean equals(Object obj)
hashCode
public int hashCode()
Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.