Interface Creatable<T>
- 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 -
Method Summary
Modifier and TypeMethodDescriptionGets the point of time from creationvoid
setCreated
(T created) Sets the point of time from creation
-
Field Details
-
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
Sets the point of time from creation- Parameters:
created
- the point of time from creation
-