Class AuditEvent


  • public class AuditEvent
    extends Object
    • Constructor Detail

      • AuditEvent

        public AuditEvent()
    • Method Detail

      • getGroup

        public String getGroup()
        Gets group
        Returns:
        value of group
      • setGroup

        public void setGroup​(String group)
        Parameters:
        group - The group to set
      • getType

        public String getType()
        Gets type
        Returns:
        value of type
      • setType

        public void setType​(String type)
        Parameters:
        type - The type to set
      • getName

        public String getName()
        Gets name
        Returns:
        value of name
      • setName

        public void setName​(String name)
        Parameters:
        name - The name to set
      • getOperation

        public String getOperation()
        Gets operation
        Returns:
        value of operation
      • setOperation

        public void setOperation​(String operation)
        Parameters:
        operation - The operation to set
      • getDate

        public Date getDate()
        Gets date
        Returns:
        value of date
      • setDate

        public void setDate​(Date date)
        Parameters:
        date - The date to set