org.apache.jackrabbit.core.state
Class NodeState.ChildNodeEntry

java.lang.Object
  extended byorg.apache.jackrabbit.core.state.NodeState.ChildNodeEntry
Enclosing class:
NodeState

public static final 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.

ChildNodeEntry instances are immutable.


Method Summary
 boolean equals(Object obj)
           
 NodeId getId()
           
 int getIndex()
           
 QName getName()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getId

public NodeId getId()

getName

public QName getName()

getIndex

public int getIndex()

equals

public boolean equals(Object obj)

toString

public String toString()

hashCode

public int hashCode()


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