Interface IdentifiableActivatable<PK extends Serializable>

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

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