Class JKAuditType

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

public class JKAuditType extends Object
The Class JKAuditType.
  • Field Details

    • AUDIT_ADD_RECORD

      public static JKAuditType AUDIT_ADD_RECORD
      The audit add record.
    • AUDIT_UPDATE_RECORD

      public static JKAuditType AUDIT_UPDATE_RECORD
      The audit update record.
    • AUDIT_DELETE_RECORD

      public static JKAuditType AUDIT_DELETE_RECORD
      The audit delete record.
    • AUDIT_LOGIN

      public static JKAuditType AUDIT_LOGIN
      The audit login.
    • AUDIT_LOGOUT

      public static JKAuditType AUDIT_LOGOUT
      The audit logout.
  • Constructor Details

    • JKAuditType

      public JKAuditType(int id)
      Instantiates a new JK audit type.
      Parameters:
      id - the id
    • JKAuditType

      public JKAuditType(int id, String name)
      Instantiates a new JK audit type.
      Parameters:
      id - the id
      name - the name
  • Method Details

    • getAuditType

      public int getAuditType()
      Gets the audit type.
      Returns:
      the audit type
    • getAuditTypeName

      public String getAuditTypeName()
      Gets the audit type name.
      Returns:
      the audit type name
    • getModule

      public String getModule()
      Gets the module.
      Returns:
      the module
    • setAuditType

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

      public void setAuditTypeName(String auditTypeName)
      Sets the audit type name.
      Parameters:
      auditTypeName - the new audit type name
    • setModule

      public void setModule(String module)
      Sets the module.
      Parameters:
      module - the new module