org.apache.jackrabbit.core.state
Class NodeState.ChildNodeEntry
java.lang.Object
org.apache.jackrabbit.core.state.NodeState.ChildNodeEntry
- Enclosing class:
- NodeState
- public static class NodeState.ChildNodeEntry
- extends Object
ChildNodeEntry
specifies the name, index (in the case of
same-name siblings) and the UUID of a child node entry.
getUUID
public String getUUID()
getName
public QName getName()
getIndex
public int getIndex()
getNextSibling
public NodeState.ChildNodeEntry getNextSibling()
equals
public boolean equals(Object obj)
toString
public String toString()
hashCode
public int hashCode()
- Returns zero to satisfy the Object equals/hashCode contract.
This class is mutable and not meant to be used as a hash key.
- Returns:
- always zero
- See Also:
Object.hashCode()
Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.