Interface IdentifiableLastModified<PK extends Serializable,T>
- Type Parameters:
PK
- the generic type of the identifierT
- the generic type of time measurement
- All Superinterfaces:
GenericIdentifiable<PK>
,Identifiable<PK>
,LastModified<T>
public interface IdentifiableLastModified<PK extends Serializable,T>
extends Identifiable<PK>, LastModified<T>
The interface
IdentifiableLastModified
is a combination of the interfaces
Identifiable
and LastModified
-
Field Summary
Fields inherited from interface io.github.astrapi69.data.identifiable.Identifiable
COLUMN_NAME_ID
Fields inherited from interface io.github.astrapi69.data.modifiable.LastModified
COLUMN_NAME_LAST_MODIFIED
-
Method Summary
Methods inherited from interface io.github.astrapi69.data.identifiable.GenericIdentifiable
getId, setId
Methods inherited from interface io.github.astrapi69.data.modifiable.LastModified
getLastModified, setLastModified