Interface IdentifiableKeyValueOwner<PK extends Serializable,O,K,V>
- Type Parameters:
PK
- the generic type of the identifierO
- the generic type of the ownerK
- the generic type of the keyV
- the generic type of the value
- All Superinterfaces:
GenericIdentifiable<PK>
,Identifiable<PK>
,KeyValueOwner<O,
K, V>
public interface IdentifiableKeyValueOwner<PK extends Serializable,O,K,V>
extends Identifiable<PK>, KeyValueOwner<O,K,V>
The interface
IdentifiableKeyValueOwner
is a combination of the interfaces
Identifiable
and KeyValueOwner
.-
Field Summary
Fields inherited from interface io.github.astrapi69.data.identifiable.Identifiable
COLUMN_NAME_ID
Fields inherited from interface io.github.astrapi69.data.pairable.KeyValueOwner
COLUMN_NAME_KEY, COLUMN_NAME_OWNER, COLUMN_NAME_VALUE
-
Method Summary
Methods inherited from interface io.github.astrapi69.data.identifiable.GenericIdentifiable
getId, setId