public interface Identifiable
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getID()
Get the ID to identify this object by
|
default boolean |
sameType(Identifiable other)
Compares the ID of the Identifialbes
|
java.lang.String getID()
default boolean sameType(Identifiable other)
other - Identifiable to compare to