|
|||||||||
| 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 HistoryLinkancestor - public AVMNode getAncestor()
getAncestor in interface HistoryLinkpublic void setDescendent(AVMNode descendent)
setDescendent in interface HistoryLinkdescendent - public AVMNode getDescendent()
getDescendent in interface HistoryLinkpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj -
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 | ||||||||