Class NodePropBundle.ChildNodeEntry
- java.lang.Object
-
- 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
Constructors Constructor Description ChildNodeEntry(Name name, NodeId id)
Creates a new entry with the given name and id
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
NodeId
getId()
Returns the id.Name
getName()
Returns the name.String
toString()
-