-
- All Implemented Interfaces:
public final class ModificationRepresents the auditable reason for data entry modification.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classModification.Companion
-
Constructor Summary
Constructors Constructor Description Modification(OffsetDateTime time, String username, String log, String logNotes)
-
Method Summary
Modifier and Type Method Description final OffsetDateTimegetTime()Time of update final StringgetUsername()Username of the user who updated the business entry. final StringgetLog()Log entry for the update. final StringgetLogNotes()Log entry details. -
-
Constructor Detail
-
Modification
Modification(OffsetDateTime time, String username, String log, String logNotes)
-
-
Method Detail
-
getTime
final OffsetDateTime getTime()
Time of update
-
getUsername
final String getUsername()
Username of the user who updated the business entry.
-
getLogNotes
final String getLogNotes()
Log entry details.
-
-
-
-