Interface GenericIdentifiable<T>

Type Parameters:
T -
All Superinterfaces:
Serializable
All Known Subinterfaces:
GenericApiIdentifiable<T>

public interface GenericIdentifiable<T> extends Serializable
Author:
Timon Veenstra
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    setId(T t)
     
  • Method Details

    • getId

      T getId()
      Returns:
    • setId

      void setId(@NotNull T t)
      Parameters:
      t -