Interface IdentifiableByLastModified<PK extends Serializable,T,U>

Type Parameters:
PK - the generic type of the identifier
T - the generic type of time measurement
U - the generic type of the user or account
All Superinterfaces:
ByLastModified<T,U>, GenericIdentifiable<PK>, Identifiable<PK>, LastModified<T>

public interface IdentifiableByLastModified<PK extends Serializable,T,U> extends Identifiable<PK>, ByLastModified<T,U>
The interface IdentifiableByLastModified is a combination of the interfaces Identifiable and ByLastModified