public interface MutableActivity extends Activity
Modifier and Type | Method and Description |
---|---|
void |
setEndTime(Instant time)
Sets a new end time 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 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 © 2020 Dirk Lemmermann Software & Consulting. All rights reserved.