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 booleanequals(Object object)NodeIdgetId()Returns the id.NamegetName()Returns the name.StringtoString()
-