public class ChildEntryImpl extends java.lang.Object implements ChildEntry
| Constructor and Description |
|---|
ChildEntryImpl()
Default constructor for Hibernate.
|
ChildEntryImpl(ChildKey key,
AVMNode child)
Make up a brand new entry.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public void setKey(ChildKey key)
setKey in interface ChildEntrykey - The ChildKey.public ChildKey getKey()
getKey in interface ChildEntrypublic void setChild(AVMNode child)
setChild in interface ChildEntrychild - public AVMNode getChild()
getChild in interface ChildEntrypublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - public int hashCode()
hashCode in class java.lang.ObjectCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.