public interface MutableActivity extends Activity
Modifier and Type | Method and Description |
---|---|
void |
setEndTime(Instant time)
Sets a new end time on the activity.
|
void |
setId(String id)
Sets the ID field on the activity.
|
void |
setName(String name)
Sets the name of the activity.
|
void |
setStartTime(Instant time)
Sets a new start time on the activity.
|
getEndTime, getId, getName, getStartTime
void setId(String id)
UUID
. Only change it if your application uses its own ID
system.id
- the new ID of the activityvoid setName(String name)
name
- the new name of the activityvoid setStartTime(Instant time)
time
- the new start timevoid setEndTime(Instant time)
time
- the new end timeCopyright © 2014 Dirk Lemmermann Software & Consulting. All rights reserved.