org.apache.jackrabbit.core.state.orm
Class ORMNodeParent
java.lang.Object
org.apache.jackrabbit.core.state.orm.ORMNodeParent
- All Implemented Interfaces:
- Serializable
- public class ORMNodeParent
- extends Object
- implements Serializable
This class represents a single entry of a node's parents.
- See Also:
- Serialized Form
ORMNodeParent
public ORMNodeParent()
ORMNodeParent
public ORMNodeParent(ORMNodeState node,
String nodeUUID,
String parentUUID)
setNodeUUID
public void setNodeUUID(String nodeUUID)
setParentUUID
public void setParentUUID(String parentUUID)
setDbId
public void setDbId(Integer dbId)
setNode
public void setNode(ORMNodeState node)
getNodeUUID
public String getNodeUUID()
getParentUUID
public String getParentUUID()
getDbId
public Integer getDbId()
getNode
public ORMNodeState getNode()
equals
public boolean equals(Object obj)
hashCode
public int hashCode()
Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.