Interface AuditEntry
- All Superinterfaces:
AuthoredBean
- All Known Implementing Classes:
AuditLog
,FlightHistoryEntry
,StatusUpdate
,ThreadUpdate
An interface to store audit log entries.
- Since:
- 7.4
- Version:
- 7.4
- Author:
- Luke
-
Method Summary
Modifier and TypeMethodDescriptionReturns the audit object ID.Returns the audit object type.getDate()
Returns the date the entry was created.Returns the entry description.Methods inherited from interface org.deltava.beans.AuthoredBean
getAuthorID, setAuthorID
-
Method Details
-
getAuditType
-
getAuditID
-
getDate
-
getDescription
-