Interface Identifiable<I extends Comparable<I> & Serializable>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String ID
      The string representing the field name "id".
    • Method Detail

      • getId

        I getId()
        Returns the ID.
        Returns:
        The ID.
      • setId

        void setId​(I id)
        Sets the ID.
        Parameters:
        id - The ID.