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 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
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.