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

java.lang.Object
  extended byorg.apache.jackrabbit.core.state.orm.ORMChildNodeEntry
All Implemented Interfaces:
Comparable, Serializable

public class ORMChildNodeEntry
extends Object
implements Serializable, Comparable

This class represents a child node entry row in the ORM object graph.

See Also:
Serialized Form

Constructor Summary
ORMChildNodeEntry()
           
ORMChildNodeEntry(ORMNodeState parent, NodeState.ChildNodeEntry childNodeEntry, String parentUUID, int childrenIndex)
           
 
Method Summary
 int compareTo(Object obj)
           
 boolean equals(Object obj)
           
 Integer getChildrenIndex()
           
 Integer getDbId()
           
 String getName()
           
 ORMNodeState getParent()
           
 String getParentUUID()
           
 Integer getSameNameIndex()
           
 String getUuid()
           
 int hashCode()
           
 void setChildrenIndex(Integer childrenIndex)
           
 void setDbId(Integer dbId)
           
 void setName(String name)
           
 void setParent(ORMNodeState parent)
           
 void setParentUUID(String parentUUID)
           
 void setSameNameIndex(Integer sameNameIndex)
           
 void setUuid(String uuid)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ORMChildNodeEntry

public ORMChildNodeEntry()

ORMChildNodeEntry

public ORMChildNodeEntry(ORMNodeState parent,
                         NodeState.ChildNodeEntry childNodeEntry,
                         String parentUUID,
                         int childrenIndex)
Method Detail

setUuid

public void setUuid(String uuid)

setParentUUID

public void setParentUUID(String parentUUID)

setName

public void setName(String name)

setSameNameIndex

public void setSameNameIndex(Integer sameNameIndex)

setDbId

public void setDbId(Integer dbId)

setParent

public void setParent(ORMNodeState parent)

setChildrenIndex

public void setChildrenIndex(Integer childrenIndex)

getUuid

public String getUuid()

getParentUUID

public String getParentUUID()

getName

public String getName()

getSameNameIndex

public Integer getSameNameIndex()

getDbId

public Integer getDbId()

getParent

public ORMNodeState getParent()

getChildrenIndex

public Integer getChildrenIndex()

equals

public boolean equals(Object obj)

compareTo

public int compareTo(Object obj)
Specified by:
compareTo in interface Comparable

hashCode

public int hashCode()


Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.