Interface IIdentifiedEntity<ID extends Serializable>

    • Method Detail

      • getId

        ID getId()
        Returns the id of the entity
        Returns:
        the id of the entity
      • setId

        void setId​(ID id)
        Sets the id of the entity
        Parameters:
        id - the new id