Interface Auditable
public interface Auditable
Interface to be implemented by any object needing to be audited.
-
Method Summary
Modifier and TypeMethodDescriptionGets the date and time of the creation for this object.Gets the date and time of the last update for this object.
-
Method Details