|
|||||||||
| 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 MergeLinkfrom - public AVMNode getMfrom()
getMfrom in interface MergeLinkpublic void setMto(AVMNode to)
setMto in interface MergeLinkto - public AVMNode getMto()
getMto in interface MergeLinkpublic 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 | ||||||||