|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.avm.MergeLinkImpl
public class MergeLinkImpl
This contains a single merged from-to relationship.
Constructor Summary | |
---|---|
MergeLinkImpl()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Override of equals. |
AVMNode |
getMfrom()
Get the from part. |
AVMNode |
getMto()
Get the to part. |
int |
hashCode()
Get the hash code. |
void |
setMfrom(AVMNode from)
Set the from part. |
void |
setMto(AVMNode to)
Set the to part. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MergeLinkImpl()
Method Detail |
---|
public void setMfrom(AVMNode from)
setMfrom
in interface MergeLink
from
- public AVMNode getMfrom()
getMfrom
in interface MergeLink
public void setMto(AVMNode to)
setMto
in interface MergeLink
to
- public AVMNode getMto()
getMto
in interface MergeLink
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 |