Interface IdentifiableKeyValueOwner<PK extends Serializable,O,K,V>

Type Parameters:
PK - the generic type of the identifier
O - the generic type of the owner
K - the generic type of the key
V - 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.