Interface IdentifiableByDeletable<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:
ByDeletable<T,U>
,Deletable<T>
,Identifiable<PK>
public interface IdentifiableByDeletable<PK extends java.io.Serializable,T,U> extends Identifiable<PK>, ByDeletable<T,U>
The interfaceIdentifiableByDeletable
is a combination of the interfacesIdentifiable
andByDeletable
.
-
-
Field Summary
-
Fields inherited from interface io.github.astrapi69.data.deletable.ByDeletable
COLUMN_NAME_DELETED_BY
-
Fields inherited from interface io.github.astrapi69.data.deletable.Deletable
COLUMN_NAME_DELETED
-
Fields inherited from interface io.github.astrapi69.data.identifiable.Identifiable
COLUMN_NAME_ID
-
-
Method Summary
-
Methods inherited from interface io.github.astrapi69.data.deletable.ByDeletable
getDeletedBy, setDeletedBy
-
Methods inherited from interface io.github.astrapi69.data.deletable.Deletable
getDeleted, setDeleted
-
Methods inherited from interface io.github.astrapi69.data.identifiable.Identifiable
getId, setId
-
-