Class AuditLogEntry


  • public abstract class AuditLogEntry
    extends Object
    An entry in an Audit Log
    • Constructor Detail

      • AuditLogEntry

        public AuditLogEntry()
      • AuditLogEntry

        public AuditLogEntry​(String userName)
    • Method Detail

      • getDateOfEntry

        public Date getDateOfEntry()
      • getUserName

        public String getUserName()
      • getUserComment

        public String getUserComment()
      • isDeleted

        public boolean isDeleted()
      • setUserComment

        public void setUserComment​(String userComment)
      • setDeleted

        public void setDeleted​(boolean isDeleted)
      • getGenericType

        public abstract String getGenericType()