Interface IdentifiableCreatable<PK extends Serializable,T>

Type Parameters:
PK - the generic type of the identifier
T - the generic type of time measurement
All Superinterfaces:
Creatable<T>, GenericIdentifiable<PK>, Identifiable<PK>

public interface IdentifiableCreatable<PK extends Serializable,T> extends Identifiable<PK>, Creatable<T>
The interface IdentifiableCreatable is a combination of the interfaces Identifiable and Creatable.