Module data.api
Interface IdentifiableKeyValueOwner<PK extends java.io.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:
Identifiable<PK>
,KeyValueOwner<O,K,V>
public interface IdentifiableKeyValueOwner<PK extends java.io.Serializable,O,K,V> extends Identifiable<PK>, KeyValueOwner<O,K,V>
The interfaceIdentifiableKeyValueOwner
is a combination of the interfacesIdentifiable
andKeyValueOwner
.
-
-
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.Identifiable
getId, setId
-
-