Interface IdentifiableLastModified<PK extends java.io.Serializable,T>
-
- Type Parameters:
PK
- the generic type of the identifierT
- the generic type of time measurement
- All Superinterfaces:
Identifiable<PK>
,LastModified<T>
public interface IdentifiableLastModified<PK extends java.io.Serializable,T> extends Identifiable<PK>, LastModified<T>
The interfaceIdentifiableLastModified
is a combination of the interfacesIdentifiable
andLastModified
-
-
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.Identifiable
getId, setId
-
Methods inherited from interface io.github.astrapi69.data.modifiable.LastModified
getLastModified, setLastModified
-
-