org.apache.jackrabbit.core.state.orm
Class ORMChildNodeEntry
java.lang.Object
org.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
ORMChildNodeEntry
public ORMChildNodeEntry()
ORMChildNodeEntry
public ORMChildNodeEntry(ORMNodeState parent,
NodeState.ChildNodeEntry childNodeEntry,
String parentUUID,
int childrenIndex)
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.