| Modifier and Type | Method and Description |
|---|---|
String |
debug() |
TaskCode |
getCode() |
Duration |
getDuration() |
Instant |
getEnd() |
Instant |
getStart() |
TaskDraw |
getTaskDraw() |
void |
setColors(ComplementColors colors) |
void |
setDuration(Duration duration) |
void |
setEnd(Instant end) |
void |
setStart(Instant start) |
void |
setTaskDraw(TaskDraw taskDraw) |
String |
toString() |
public TaskImpl(TaskCode code)
public String debug()
public Duration getDuration()
getDuration in interface Taskpublic void setDuration(Duration duration)
setDuration in interface Taskpublic void setTaskDraw(TaskDraw taskDraw)
setTaskDraw in interface Taskpublic TaskDraw getTaskDraw()
getTaskDraw in interface Taskpublic void setColors(ComplementColors colors)
Copyright © 2017. All rights reserved.