public interface Identifiable
An interface for objects that can be identified by a unique identifier.
abstract String
id()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract String id()
Returns the unique identifier of the object.