|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--dtw.webmail.util.AbstractIdentifiable
|
+--dtw.webmail.util.AssociatedAbstractIdentifiable
Abstract class implementing the AbstractIdentifiable interface for associated instances.
| Constructor Summary | |
AssociatedAbstractIdentifiable()
|
|
| Method Summary | |
java.lang.String |
getAssociatorUID()
Returns the unique identifier of the Associator of this AssociatedAbstractIdentifiable. |
boolean |
isAssociated()
Tests if this AssociatedAbstractIdentifiable is associated with a valid Associator. |
void |
resetAssociatorUID()
Resets the unique identifier of the Associator of this AssociatedAbstractIdentifiable. |
void |
setAssociatorUID(java.lang.String uid)
Sets the unique identifier of the Associator of this AssociatedAbstractIdentifiable. |
| Methods inherited from class dtw.webmail.util.AbstractIdentifiable |
equals, getUID, setUID |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AssociatedAbstractIdentifiable()
| Method Detail |
public java.lang.String getAssociatorUID()
public void setAssociatorUID(java.lang.String uid)
uid - the unique identifier as String.public void resetAssociatorUID()
public boolean isAssociated()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||