public interface Audited
| Modifier and Type | Method and Description |
|---|---|
Date |
createdAt()
Returns the time at which this entity was created.
|
String |
createdBy()
Returns the identity of the entity or user who
created this entity.
|
Date |
modifiedAt()
Returns the time at which this entity was last modified.
|
String |
modifiedBy()
Returns the identity of the entity or user who
last modified this entity.
|
String createdBy()
Date createdAt()
String modifiedBy()
Date modifiedAt()
Copyright © 2014. All Rights Reserved.