public interface Auditable extends Audited
Modifier and Type | Method and Description |
---|---|
void |
setModifiedAt(Date timestamp)
Sets the time at which this entity was last modified.
|
void |
setModifiedBy(String modifierId)
Sets the identity of the entity or user who
last modified this entity.
|
createdAt, createdBy, modifiedAt, modifiedBy
void setModifiedBy(String modifierId)
modifierId
- the identity of the modifiervoid setModifiedAt(Date timestamp)
timestamp
- the last modification timestampCopyright © 2015. All Rights Reserved.