public interface Identifiable
Identifiable
is an object that has an associated identifier. Two
instances of Identifiable
with the same identifier should be
considered equal.Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Tests if this
Identifiable is equal to a given Object
instance. |
String |
getID() |