Interface Traceable<T,U>
- Type Parameters:
T
- the generic type of time measurementU
- the generic type of the user or account
- All Superinterfaces:
ByCreatable<T,
,U> ByDeletable<T,
,U> ByLastModified<T,
,U> Creatable<T>
,Deletable<T>
,LastModified<T>
The interface
Traceable
is a combination of the interfaces ByCreatable
,
ByLastModified
and ByDeletable
-
Field Summary
Fields inherited from interface io.github.astrapi69.data.creatable.ByCreatable
COLUMN_NAME_CREATED_BY
Fields inherited from interface io.github.astrapi69.data.deletable.ByDeletable
COLUMN_NAME_DELETED_BY
Fields inherited from interface io.github.astrapi69.data.modifiable.ByLastModified
COLUMN_NAME_LAST_MODIFIED_BY
Fields inherited from interface io.github.astrapi69.data.creatable.Creatable
COLUMN_NAME_CREATED
Fields inherited from interface io.github.astrapi69.data.deletable.Deletable
COLUMN_NAME_DELETED
Fields inherited from interface io.github.astrapi69.data.modifiable.LastModified
COLUMN_NAME_LAST_MODIFIED
-
Method Summary
Methods inherited from interface io.github.astrapi69.data.creatable.ByCreatable
getCreatedBy, setCreatedBy
Methods inherited from interface io.github.astrapi69.data.deletable.ByDeletable
getDeletedBy, setDeletedBy
Methods inherited from interface io.github.astrapi69.data.modifiable.ByLastModified
getLastModifiedBy, setLastModifiedBy
Methods inherited from interface io.github.astrapi69.data.creatable.Creatable
getCreated, setCreated
Methods inherited from interface io.github.astrapi69.data.deletable.Deletable
getDeleted, setDeleted
Methods inherited from interface io.github.astrapi69.data.modifiable.LastModified
getLastModified, setLastModified