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(QName name, NodeId id)
          Creates a new entry with the given name and id
 
Method Summary
 NodeId getId()
          Returns the id.
 QName 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(QName name,
                                     NodeId id)
Creates a new entry with the given name and id

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

getName

public QName getName()
Returns the name.

Returns:
the name.

getId

public NodeId getId()
Returns the id.

Returns:
the id.


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