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

java.lang.Object
  extended by org.apache.jackrabbit.core.persistence.bundle.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
 NodeId getId()
          Returns the id.
 Name getName()
          Returns the name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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.


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