Module data.api
Interface IdentifiableCreatable<PK extends java.io.Serializable,T>
-
- Type Parameters:
PK
- the generic type of the identifierT
- the generic type of time measurement
- All Superinterfaces:
Creatable<T>
,GenericIdentifiable<PK>
,Identifiable<PK>
public interface IdentifiableCreatable<PK extends java.io.Serializable,T> extends Identifiable<PK>, Creatable<T>
-
-
Field Summary
-
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.Creatable
getCreated, setCreated
-
Methods inherited from interface io.github.astrapi69.data.identifiable.GenericIdentifiable
getId, setId
-
-