public abstract class AuditEntity extends BasicEntity implements Auditable
BasicEntity,
Auditable,
Serialized FormCREATE_DATE, CREATOR_AUDITOR, REMOVE_DATE, REMOVER_AUDITOR, UPDATE_DATE, UPDATER_AUDITORDELETEDREMARKS| Constructor and Description |
|---|
AuditEntity()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clear all object
|
boolean |
equals(Object obj) |
Date |
getCreateDate()
Returns the create date of this entity
|
Auditor |
getCreatorAuditor()
Returns the creator auditor of this entity
|
Date |
getRemoveDate()
Returns the remove date of this class
|
Auditor |
getRemoverAuditor()
Returns the remover auditor of this class
|
Date |
getUpdateDate()
Returns the update date of this class
|
Auditor |
getUpdaterAuditor()
Returns the updater auditor of this class
|
int |
hashCode() |
void |
setCreateAuditor(Auditor auditor)
Defines the creator auditor of this entity
|
void |
setCreateDate(Date date)
Defines the create date of this entity
|
void |
setRemoveDate(Date date)
Defines the remove date of this class
|
void |
setRemoverAuditor(Auditor auditor)
Defines the remover auditor of this class
|
void |
setUpdateDate(Date date)
Defines the update date of this class
|
void |
setUpdaterAuditor(Auditor auditor)
Defines the updater auditor of this class
|
String |
toString() |
getId, getRemarks, isActive, isDeleted, setActive, setDeleted, setId, setRemarkspublic Auditor getCreatorAuditor()
AuditablegetCreatorAuditor in interface Auditablepublic void setCreateAuditor(Auditor auditor)
AuditablesetCreateAuditor in interface Auditableauditor - auditor class implementationpublic Date getCreateDate()
AuditablegetCreateDate in interface Auditablepublic void setCreateDate(Date date)
AuditablesetCreateDate in interface Auditabledate - java date classpublic Auditor getUpdaterAuditor()
AuditablegetUpdaterAuditor in interface Auditablepublic void setUpdaterAuditor(Auditor auditor)
AuditablesetUpdaterAuditor in interface Auditableauditor - auditor class implementationpublic Date getUpdateDate()
AuditablegetUpdateDate in interface Auditablepublic void setUpdateDate(Date date)
AuditablesetUpdateDate in interface Auditabledate - java date classpublic Auditor getRemoverAuditor()
AuditablegetRemoverAuditor in interface Auditablepublic void setRemoverAuditor(Auditor auditor)
AuditablesetRemoverAuditor in interface Auditableauditor - auditor class implementationpublic Date getRemoveDate()
AuditablegetRemoveDate in interface Auditablepublic void setRemoveDate(Date date)
AuditablesetRemoveDate in interface Auditabledate - java date classpublic void clear()
Clearableclear in interface Clearableclear in class BasicEntitypublic boolean equals(Object obj)
equals in class BasicEntitypublic int hashCode()
hashCode in class BasicEntitypublic String toString()
toString in class BasicEntityCopyright © 2016. All rights reserved.