|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PersistentVersion
This interface represents a version of a persistent object and it is intended to be also made persistent.
Method Summary | |
---|---|
java.util.Date |
getCreatedAt()
Returns the creation date of this version. |
User |
getCreatedBy()
Returns the user who has made this version. |
java.lang.String |
getDescription()
Returns the description of this version. |
Persistent |
getPersistent()
Returns the persistent to which this version belongs to. |
Persistent |
getVersion()
Returns the concrete version of the persistent |
Methods inherited from interface com.groiss.store.Persistent |
---|
dbFields, getOid, getStore, getTableName, isFilled, onDelete, onInsert, onRead, onUpdate, setFilled, setOid, setStore |
Method Detail |
---|
User getCreatedBy()
java.util.Date getCreatedAt()
java.lang.String getDescription()
Persistent getPersistent()
Persistent getVersion()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |