|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.spi.commons.ChildInfoImpl
public class ChildInfoImpl
ChildInfoImpl implements a serializable ChildInfo.
| Constructor Summary | |
|---|---|
ChildInfoImpl(Name name,
java.lang.String uniqueId,
int index)
Creates a new serializable ChildInfoImpl. |
|
| Method Summary | |
|---|---|
int |
getIndex()
|
Name |
getName()
|
java.lang.String |
getUniqueID()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChildInfoImpl(Name name,
java.lang.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.| Method Detail |
|---|
public Name getName()
getName in interface ChildInfopublic java.lang.String getUniqueID()
getUniqueID in interface ChildInfopublic int getIndex()
getIndex in interface ChildInfo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||