Interface Entity<T extends Serializable>

All Superinterfaces:
Serializable

public interface Entity<T extends Serializable> extends Serializable
  • Method Summary

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

    • getId

      T getId()
    • setId

      void setId(T id)