public interface Auditable extends Entitable
Date,
Auditor,
Entitable| Modifier and Type | Field and Description |
|---|---|
static String |
CREATE_DATE
Search criterion: Create Date Field
|
static String |
CREATOR_AUDITOR
Search criterion: Creator Auditor Field
|
static String |
REMOVE_DATE
Search criterion: Remove Date Field
|
static String |
REMOVER_AUDITOR
Search criterion: Remover Auditor Field
|
static String |
UPDATE_DATE
Search criterion: Update Date Field
|
static String |
UPDATER_AUDITOR
Search criterion: Updater Auditor Field
|
| Modifier and Type | Method and Description |
|---|---|
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
|
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
|
static final String CREATOR_AUDITOR
static final String CREATE_DATE
static final String UPDATER_AUDITOR
static final String UPDATE_DATE
static final String REMOVER_AUDITOR
static final String REMOVE_DATE
Auditor getCreatorAuditor()
void setCreateAuditor(Auditor auditor)
auditor - auditor class implementationDate getCreateDate()
void setCreateDate(Date date)
date - java date classAuditor getUpdaterAuditor()
void setUpdaterAuditor(Auditor auditor)
auditor - auditor class implementationDate getUpdateDate()
void setUpdateDate(Date date)
date - java date classAuditor getRemoverAuditor()
void setRemoverAuditor(Auditor auditor)
auditor - auditor class implementationDate getRemoveDate()
void setRemoveDate(Date date)
date - java date classCopyright © 2016. All rights reserved.