Interface IdentifiableByLastModified<PK extends java.io.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>
,Identifiable<PK>
,LastModified<T>
public interface IdentifiableByLastModified<PK extends java.io.Serializable,T,U> extends Identifiable<PK>, ByLastModified<T,U>
The interfaceIdentifiableByLastModified
is a combination of the interfacesIdentifiable
andByLastModified
-
-
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.Identifiable
getId, setId
-
Methods inherited from interface io.github.astrapi69.data.modifiable.LastModified
getLastModified, setLastModified
-
-