Interface WithId

All Known Subinterfaces:
Entity

public interface WithId
Represents an object that has an id.
Since:
13.11
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the id of this object
  • Method Details

    • getId

      Long getId()
      Returns the id of this object
      Returns:
      the id of this object
      Since:
      13.11