Interface Auditable
- All Known Implementing Classes:
Car,Match,Player,Registration,Site
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