|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--dtw.webmail.util.AbstractIdentifiable
Abstract class implementing the Identifiable interface.
Constructor Summary | |
AbstractIdentifiable()
|
Method Summary | |
boolean |
equals(java.lang.Object o)
Tests if this Identifiable is equal to a given Object instance. |
java.lang.String |
getUID()
Returns the unique identifier of this Identifiable. |
void |
setUID(java.lang.String uid)
Sets the unique identifier. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbstractIdentifiable()
Method Detail |
public java.lang.String getUID()
Identifiable
getUID
in interface Identifiable
public void setUID(java.lang.String uid)
uid
- the unique identifer as String.public boolean equals(java.lang.Object o)
Identifiable
equals
in interface Identifiable
equals
in class java.lang.Object
o
- the Object to compare to.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |