|
Note that the ID of the association might not be populated.
Constructor Summary | ||
AssociationRef(Long id, NodeRef sourceRef, QName assocTypeQName, NodeRef targetRef) Construct a representation of a source --- name ----> target relationship. |
||
AssociationRef(String assocRefStr) | ||
AssociationRef(NodeRef sourceRef, QName assocTypeQName, NodeRef targetRef) Construct a representation of a source --- name ----> target relationship. |
Method Summary | ||
boolean |
equals(Object o) Compares: sourceRef targetRef assocTypeQName |
|
getId() Gets the unique identifier for this association. |
||
getSourceRef() | ||
getTargetRef() | ||
getTypeQName() Get the qualified name of the source-target association |
||
int |
hashCode() | |
toString() |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
|