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 Summary

    Modifier and Type
    Method
    Description
    Returns the unique identifier of this entity.
  • Method Details

    • getId

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