public class ChildInfoImpl extends Object implements org.apache.jackrabbit.spi.ChildInfo, Serializable
ChildInfoImpl implements a serializable ChildInfo.| Constructor and Description |
|---|
ChildInfoImpl(org.apache.jackrabbit.spi.Name name,
String uniqueId,
int index)
Creates a new serializable
ChildInfoImpl. |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex() |
org.apache.jackrabbit.spi.Name |
getName() |
String |
getUniqueID() |
public ChildInfoImpl(org.apache.jackrabbit.spi.Name name,
String uniqueId,
int index)
ChildInfoImpl.name - the name of the child node.uniqueId - the unique id of the child node or null.index - the index of the child node.public org.apache.jackrabbit.spi.Name getName()
getName in interface org.apache.jackrabbit.spi.ChildInfopublic String getUniqueID()
getUniqueID in interface org.apache.jackrabbit.spi.ChildInfopublic int getIndex()
getIndex in interface org.apache.jackrabbit.spi.ChildInfoCopyright © 2004–2017 The Apache Software Foundation. All rights reserved.