org.apache.jackrabbit.core.persistence.util
Class NodePropBundle.ChildNodeEntry

java.lang.Object
  extended by org.apache.jackrabbit.core.persistence.util.NodePropBundle.ChildNodeEntry
Enclosing class:
NodePropBundle

public static class NodePropBundle.ChildNodeEntry
extends Object

Helper class for a child node entry


Constructor Summary
NodePropBundle.ChildNodeEntry(Name name, NodeId id)
          Creates a new entry with the given name and id
 
Method Summary
 boolean equals(Object object)
           
 NodeId getId()
          Returns the id.
 Name getName()
          Returns the name.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NodePropBundle.ChildNodeEntry

public NodePropBundle.ChildNodeEntry(Name name,
                                     NodeId id)
Creates a new entry with the given name and id

Parameters:
name - the name
id - the id
Method Detail

getName

public Name getName()
Returns the name.

Returns:
the name.

getId

public NodeId getId()
Returns the id.

Returns:
the id.

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object object)
Overrides:
equals in class Object


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