|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.avm.HistoryLinkImpl
public class HistoryLinkImpl
Holds a ancestor-descendent relationship.
Constructor Summary | |
---|---|
HistoryLinkImpl()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Equals override. |
AVMNode |
getAncestor()
Get the ancestor part of this. |
AVMNode |
getDescendent()
Get the descendent part of this. |
int |
hashCode()
Get the hashcode. |
void |
setAncestor(AVMNode ancestor)
Set the ancestor part of this. |
void |
setDescendent(AVMNode descendent)
Set the descendent part of this. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HistoryLinkImpl()
Method Detail |
---|
public void setAncestor(AVMNode ancestor)
setAncestor
in interface HistoryLink
ancestor
- public AVMNode getAncestor()
getAncestor
in interface HistoryLink
public void setDescendent(AVMNode descendent)
setDescendent
in interface HistoryLink
descendent
- public AVMNode getDescendent()
getDescendent
in interface HistoryLink
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 |