org.apache.jackrabbit.spi.commons
Class ChildInfoImpl
java.lang.Object
org.apache.jackrabbit.spi.commons.ChildInfoImpl
- All Implemented Interfaces:
- Serializable, ChildInfo
public class ChildInfoImpl
- extends Object
- implements ChildInfo, Serializable
ChildInfoImpl implements a serializable ChildInfo.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChildInfoImpl
public ChildInfoImpl(Name name,
String uniqueId,
int index)
- Creates a new serializable
ChildInfoImpl.
- Parameters:
name - the name of the child node.uniqueId - the unique id of the child node or null.index - the index of the child node.
getName
public Name getName()
-
- Specified by:
getName in interface ChildInfo
getUniqueID
public String getUniqueID()
-
- Specified by:
getUniqueID in interface ChildInfo
getIndex
public int getIndex()
-
- Specified by:
getIndex in interface ChildInfo
Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.