Interface GenericIdentifiable<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()
    • setId

      void setId(@NotNull T t)