Type Parameters:
T - the generic type of time measurement
U - the generic type of the user or account
All Superinterfaces:
ByCreatable<T,U>, ByDeletable<T,U>, ByLastModified<T,U>, Creatable<T>, Deletable<T>, LastModified<T>

public interface Traceable<T,U> extends ByCreatable<T,U>, ByLastModified<T,U>, ByDeletable<T,U>
The interface Traceable is a combination of the interfaces ByCreatable, ByLastModified and ByDeletable