Jwma

dtw.webmail.util
Interface Identifiable

All Known Implementing Classes:
AbstractIdentifiable

public interface Identifiable

Interface modeling an Associator.

Version:
0.9.7 07/02/2003
Author:
Dieter Wimberger

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.
 

Method Detail

getUID

public java.lang.String getUID()
Returns the unique identifier of this Identifiable.

Returns:
the unique identifier as String.

equals

public boolean equals(java.lang.Object o)
Tests if this Identifiable is equal to a given Object instance. Equality is defined by equality of the unique identifier.

Overrides:
equals in class java.lang.Object
Parameters:
o - the Object to compare to.
Returns:
true if equal, false otherwise.

Jwma

Copyright © 2000-2003 jwma team (All Rights Reserved.)