public interface AuditableObject
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreationDate() |
String |
getEntityTag()
Returns a string representing the state of the object.
|
EntityFactory |
getFactory() |
Date |
getModifiedDate() |
void |
updateTimestamp()
Update modifiedDate with current system time.
|
Date getCreationDate()
Date getModifiedDate()
void updateTimestamp()
String getEntityTag()
Returns a string representing the state of the object. Entity tags can be used to compare two objects in remote environments where the equals method is not available.
EntityFactory getFactory()
Copyright © 2012–2018 1&1. All rights reserved.