Interface IdentifiableVisibility<PK extends Serializable>

Type Parameters:
PK - the generic type of the identifier
All Superinterfaces:
GenericIdentifiable<PK>, Identifiable<PK>, Visibility

public interface IdentifiableVisibility<PK extends Serializable> extends Identifiable<PK>, Visibility
The interface IdentifiableVisibility is a combination of the interfaces Identifiable and Visibility.