Package 

Interface Identifiable


  • 
    public interface Identifiable
    
                        

    An interface for objects that can be identified by a unique identifier.

    • Method Summary

      Modifier and Type Method Description
      abstract String id() Returns the unique identifier of the object.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • id

         abstract String id()

        Returns the unique identifier of the object.