Class JKAudit

java.lang.Object
com.jk.core.security.JKAudit

public class JKAudit extends Object
The Class JKAudit.
  • Constructor Details

    • JKAudit

      public JKAudit()
  • Method Details

    • getAuditId

      public int getAuditId()
      Gets the audit id.
      Returns:
      the audit id
    • getAuditText

      public String getAuditText()
      Gets the audit text.
      Returns:
      the audit text
    • getAuditType

      public JKAuditType getAuditType()
      Gets the audit type.
      Returns:
      the audit type
    • getBusinessRecordId

      public Object getBusinessRecordId()
      Gets the business record id.
      Returns:
      the business record id
    • getDate

      public Date getDate()
      Gets the date.
      Returns:
      the date
    • getDescription

      public String getDescription()
      Gets the description.
      Returns:
      the description
    • getGui

      public String getGui()
      Gets the gui.
      Returns:
      the gui
    • getNewValue

      public String getNewValue()
      Gets the new value.
      Returns:
      the new value
    • getOldValue

      public String getOldValue()
      Gets the old value.
      Returns:
      the old value
    • getTableName

      public String getTableName()
      Gets the table name.
      Returns:
      the table name
    • getUser

      public JKUser getUser()
      Gets the user.
      Returns:
      the user
    • setAuditId

      public void setAuditId(int auditId)
      Sets the audit id.
      Parameters:
      auditId - the new audit id
    • setAuditType

      public void setAuditType(JKAuditType auditType)
      Sets the audit type.
      Parameters:
      auditType - the new audit type
    • setBusinessRecordId

      public void setBusinessRecordId(Object businessRecordId)
      Sets the business record id.
      Parameters:
      businessRecordId - the new business record id
    • setDate

      public void setDate(Date date)
      Sets the date.
      Parameters:
      date - the new date
    • setDescription

      public void setDescription(String description)
      Sets the description.
      Parameters:
      description - the new description
    • setGui

      public void setGui(Object gui)
      Sets the gui.
      Parameters:
      gui - the new gui
    • setGui

      public void setGui(String gui)
      Sets the gui.
      Parameters:
      gui - the new gui
    • setNewValue

      public void setNewValue(String newValue)
      Sets the new value.
      Parameters:
      newValue - the new new value
    • setOldValue

      public void setOldValue(String oldValue)
      Sets the old value.
      Parameters:
      oldValue - the new old value
    • setTableName

      public void setTableName(String recordName)
      Sets the table name.
      Parameters:
      recordName - the new table name
    • setUser

      public void setUser(JKUser user)
      Sets the user.
      Parameters:
      user - the new user