|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.avm.ChildEntryImpl
public class ChildEntryImpl
An entry in a directory. Contains a name, parent, and child.
Constructor Summary | |
---|---|
ChildEntryImpl()
Default constructor for Hibernate. |
|
ChildEntryImpl(ChildKey key,
AVMNode child)
Make up a brand new entry. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Equals override. |
AVMNode |
getChild()
Get the child in this entry. |
ChildKey |
getKey()
Get the ChildKey for this ChildEntry. |
int |
hashCode()
Get the hash code. |
void |
setChild(AVMNode child)
Set the child in this entry. |
void |
setKey(ChildKey key)
Set the key for this ChildEntry. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChildEntryImpl()
public ChildEntryImpl(ChildKey key, AVMNode child)
key
- The ChildKey.child
- The child.Method Detail |
---|
public void setKey(ChildKey key)
setKey
in interface ChildEntry
key
- The ChildKey.public ChildKey getKey()
getKey
in interface ChildEntry
public void setChild(AVMNode child)
setChild
in interface ChildEntry
child
- public AVMNode getChild()
getChild
in interface ChildEntry
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
-
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |