Class AuditLogIdentityProjection

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AuditLog

public class AuditLogIdentityProjection extends MorpheusIdentityModel
Provides a subset of properties from the AuditLog for comparison with less bandwidth usage and memory footprint. This is a DTO Projection object.
See Also:
  • Field Details

    • eventType

      protected String eventType
    • level

      protected Integer level
    • objectClass

      protected String objectClass
    • objectId

      protected String objectId
    • dateCreated

      protected Date dateCreated
  • Constructor Details

    • AuditLogIdentityProjection

      public AuditLogIdentityProjection()
  • Method Details

    • getEventType

      public String getEventType()
    • setEventType

      public void setEventType(String eventType)
    • getLevel

      public Integer getLevel()
    • setLevel

      public void setLevel(Integer level)
    • getObjectClass

      public String getObjectClass()
    • setObjectClass

      public void setObjectClass(String objectClass)
    • getObjectId

      public String getObjectId()
    • setObjectId

      public void setObjectId(String objectId)
    • getDateCreated

      public Date getDateCreated()
    • setDateCreated

      public void setDateCreated(Date dateCreated)