Package com.jk.core.security
Class JKAudit
java.lang.Object
com.jk.core.security.JKAudit
The Class JKAudit.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Gets the audit id.Gets the audit text.Gets the audit type.Gets the business record id.getDate()
Gets the date.Gets the description.getGui()
Gets the gui.Gets the new value.Gets the old value.Gets the table name.getUser()
Gets the user.void
setAuditId
(int auditId) Sets the audit id.void
setAuditType
(JKAuditType auditType) Sets the audit type.void
setBusinessRecordId
(Object businessRecordId) Sets the business record id.void
Sets the date.void
setDescription
(String description) Sets the description.void
Sets the gui.void
Sets the gui.void
setNewValue
(String newValue) Sets the new value.void
setOldValue
(String oldValue) Sets the old value.void
setTableName
(String recordName) Sets the table name.void
Sets the user.
-
Constructor Details
-
JKAudit
public JKAudit()
-
-
Method Details
-
getAuditId
public int getAuditId()Gets the audit id.- Returns:
- the audit id
-
getAuditText
Gets the audit text.- Returns:
- the audit text
-
getAuditType
Gets the audit type.- Returns:
- the audit type
-
getBusinessRecordId
Gets the business record id.- Returns:
- the business record id
-
getDate
Gets the date.- Returns:
- the date
-
getDescription
Gets the description.- Returns:
- the description
-
getGui
Gets the gui.- Returns:
- the gui
-
getNewValue
Gets the new value.- Returns:
- the new value
-
getOldValue
Gets the old value.- Returns:
- the old value
-
getTableName
Gets the table name.- Returns:
- the table name
-
getUser
Gets the user.- Returns:
- the user
-
setAuditId
public void setAuditId(int auditId) Sets the audit id.- Parameters:
auditId
- the new audit id
-
setAuditType
Sets the audit type.- Parameters:
auditType
- the new audit type
-
setBusinessRecordId
Sets the business record id.- Parameters:
businessRecordId
- the new business record id
-
setDate
Sets the date.- Parameters:
date
- the new date
-
setDescription
Sets the description.- Parameters:
description
- the new description
-
setGui
Sets the gui.- Parameters:
gui
- the new gui
-
setGui
Sets the gui.- Parameters:
gui
- the new gui
-
setNewValue
Sets the new value.- Parameters:
newValue
- the new new value
-
setOldValue
Sets the old value.- Parameters:
oldValue
- the new old value
-
setTableName
Sets the table name.- Parameters:
recordName
- the new table name
-
setUser
Sets the user.- Parameters:
user
- the new user
-