public abstract class AuditModel extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Date |
auditDate
Date when the audit was entry.
|
protected String |
id
Id of the audit entry.
|
protected Object |
payload
Payload of the audit.
|
| Modifier | Constructor and Description |
|---|---|
protected |
AuditModel() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getAuditDate()
Gets Audit entry Date.
|
String |
getId()
Gets Id of the Audit Entry.
|
Object |
getPayload()
Gets Payload of the audit.
|
protected void |
setAuditDate(Date auditDate)
Sets audit entry date.
|
protected void |
setId(String id)
Sets Id of the Audit Entry.
|
protected void |
setPayload(Object payload)
Sets payload of the audit.
|
protected Date auditDate
protected String id
protected Object payload
public Date getAuditDate()
protected void setAuditDate(Date auditDate)
auditDate - Audit Date.public String getId()
protected void setId(String id)
id - Id of the Audit Entry.public Object getPayload()
protected void setPayload(Object payload)
payload - payload of the audit.Copyright © 2017 CrafterCMS. All Rights Reserved.