Interface IdentifiableByLastModified<PK extends Serializable,T,U>
- Type Parameters:
PK
- the generic type of the identifierT
- the generic type of time measurementU
- the generic type of the user or account
- All Superinterfaces:
ByLastModified<T,
,U> GenericIdentifiable<PK>
,Identifiable<PK>
,LastModified<T>
public interface IdentifiableByLastModified<PK extends Serializable,T,U>
extends Identifiable<PK>, ByLastModified<T,U>
The interface
IdentifiableByLastModified
is a combination of the interfaces
Identifiable
and ByLastModified
-
Field Summary
Fields inherited from interface io.github.astrapi69.data.modifiable.ByLastModified
COLUMN_NAME_LAST_MODIFIED_BY
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.modifiable.ByLastModified
getLastModifiedBy, setLastModifiedBy
Methods inherited from interface io.github.astrapi69.data.identifiable.GenericIdentifiable
getId, setId
Methods inherited from interface io.github.astrapi69.data.modifiable.LastModified
getLastModified, setLastModified