public interface Persistable
| Modifier and Type | Method and Description |
|---|---|
String |
getCreatedBy()
The Agent that created this persistent object.
|
Date |
getCreatedDate()
The time and date this persistent object was created.
|
String |
getLastModifiedBy()
The last Agent that modified the persistent state of this object.
|
Date |
getLastModifiedDate()
The last time this object's persistent state was modified.
|
String |
getUuid()
All persistent objects must have a UUID.
|
String getUuid()
String getLastModifiedBy()
Date getLastModifiedDate()
String getCreatedBy()
Date getCreatedDate()
Copyright © 2003–2021 Sakai Project. All rights reserved.