org.apache.jackrabbit.core.state.orm
Class ORMNodeParent

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

Constructor Summary
ORMNodeParent()
           
ORMNodeParent(ORMNodeState node, String nodeUUID, String parentUUID)
           
 
Method Summary
 boolean equals(Object obj)
           
 Integer getDbId()
           
 ORMNodeState getNode()
           
 String getNodeUUID()
           
 String getParentUUID()
           
 int hashCode()
           
 void setDbId(Integer dbId)
           
 void setNode(ORMNodeState node)
           
 void setNodeUUID(String nodeUUID)
           
 void setParentUUID(String parentUUID)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ORMNodeParent

public ORMNodeParent()

ORMNodeParent

public ORMNodeParent(ORMNodeState node,
                     String nodeUUID,
                     String parentUUID)
Method Detail

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.