Interface Identifiable


  • public interface Identifiable
    For persisted-domain entities that are not Trackable, this interface provides a vehicle by which to retrieve the unique identifier.
    Author:
    Samarth Dhruva (samarthd)
    • Method Detail

      • getId

        String getId()
        Returns the unique identifier of this entity.