Class AuditLogEntry

java.lang.Object
net.datenwerke.rs.utils.eventlogger.entities.AuditLogEntry
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

public class AuditLogEntry extends Object
  • Constructor Details

    • AuditLogEntry

      public AuditLogEntry()
  • Method Details

    • getId

      public long getId()
    • setId

      public void setId(long id)
    • getVersion

      public Long getVersion()
    • setVersion

      public void setVersion(Long version)
    • getUserId

      public Long getUserId()
    • setUserId

      public void setUserId(Long userId)
    • getAction

      public String getAction()
    • setAction

      public void setAction(String action)
    • setLogProperties

      public void setLogProperties(Set<LogProperty> logProperties)
    • getLogProperties

      public Set<LogProperty> getLogProperties()
    • setDate

      public void setDate(Date date)
    • getDate

      public Date getDate()