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 AuthoredBean
getAuthorID, setAuthorIDModifier and TypeMethodDescriptionintReturns the Author of this bean.voidsetAuthorID(int id) Updates the author of this bean.
-
Method Details
-
getAuditType
-
getAuditID
-
getDate
-
getDescription
-