public class ChildInfoImpl extends Object implements org.apache.jackrabbit.spi.ChildInfo
ChildInfoImpl...| Constructor and Description |
|---|
ChildInfoImpl(org.apache.jackrabbit.spi.Name name,
String uniqueId,
int index)
Creates a new serializable
ChildInfoImpl. |
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.ChildInfopublic int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object object)
equals in class ObjectObject.equals(Object)public String toString()
toString in class ObjectObject.toString()Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.