|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActivityBody
Runtime (recorded) data concerning activities is divided in a common part and a body.
This interface concerns the body of the activity.
It provides three common methods for the four interfaces dedicated for body of activity
(getting ActivityBodyUUID, started and ended date).
Method Summary | |
---|---|
ActivityBody |
copy()
|
java.util.Date |
getEndedDate()
Returns the date recorded after the activity is finished. |
java.util.Date |
getStartedDate()
Returns the date recorded after the activity is started. |
ActivityBodyUUID |
getUUID()
Return the UUID of the ActivityBody. |
Method Detail |
---|
ActivityBodyUUID getUUID()
ActivityBody copy()
java.util.Date getStartedDate()
java.util.Date getEndedDate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |