-
- 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 interfaceCreatable
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 java.lang.String
COLUMN_NAME_CREATED
The Constant for the column name 'created'.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
getCreated()
Gets the point of time from creationvoid
setCreated(T created)
Sets the point of time from creation
-
-
-
Field Detail
-
COLUMN_NAME_CREATED
static final java.lang.String COLUMN_NAME_CREATED
The Constant for the column name 'created'.- See Also:
- Constant Field Values
-
-