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 Task
public void setDuration(Duration duration)
setDuration
in interface Task
public void setTaskDraw(TaskDraw taskDraw)
setTaskDraw
in interface Task
public TaskDraw getTaskDraw()
getTaskDraw
in interface Task
public void setColors(ComplementColors colors)
Copyright © 2017. All Rights Reserved.