Type Parameters:
T - the generic type of time measurement
All Known Subinterfaces:
Auditable<T,U>, ByCreatable<T,U>, IdentifiableByCreatable<PK,T,U>, IdentifiableCreatable<PK,T>, IdentifiableTraceable<PK,T,U>, IdentifiableTraceableVersionable<PK,T,U>, Traceable<T,U>

public interface Creatable<T>
The interface Creatable can be implemented from an data that needs the data of the point of time from its creation
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The Constant for the column name 'created'.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the point of time from creation
    void
    setCreated(T created)
    Sets the point of time from creation
  • Field Details

    • COLUMN_NAME_CREATED

      static final String COLUMN_NAME_CREATED
      The Constant for the column name 'created'.
      See Also:
  • Method Details

    • getCreated

      T getCreated()
      Gets the point of time from creation
      Returns:
      the point of time from creation
    • setCreated

      void setCreated(T created)
      Sets the point of time from creation
      Parameters:
      created - the point of time from creation