Interface IdentifiableByCreatable<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:
ByCreatable<T,
,U> Creatable<T>
,GenericIdentifiable<PK>
,Identifiable<PK>
public interface IdentifiableByCreatable<PK extends Serializable,T,U>
extends Identifiable<PK>, ByCreatable<T,U>
The interface
IdentifiableByCreatable
is a combination of the interfaces
Identifiable
and ByCreatable
-
Field Summary
Fields inherited from interface io.github.astrapi69.data.creatable.ByCreatable
COLUMN_NAME_CREATED_BY
Fields inherited from interface io.github.astrapi69.data.creatable.Creatable
COLUMN_NAME_CREATED
Fields inherited from interface io.github.astrapi69.data.identifiable.Identifiable
COLUMN_NAME_ID
-
Method Summary
Methods inherited from interface io.github.astrapi69.data.creatable.ByCreatable
getCreatedBy, setCreatedBy
Methods inherited from interface io.github.astrapi69.data.creatable.Creatable
getCreated, setCreated
Methods inherited from interface io.github.astrapi69.data.identifiable.GenericIdentifiable
getId, setId