net.sourceforge.plantuml.project2
Class TaskImpl
java.lang.Object
net.sourceforge.plantuml.project2.TaskImpl
- All Implemented Interfaces:
- Task
public class TaskImpl
- extends Object
- implements Task
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskImpl
public TaskImpl(TimeLine timeLine,
String code)
getCode
public String getCode()
- Specified by:
getCode
in interface Task
getName
public String getName()
- Specified by:
getName
in interface Task
getLoad
public long getLoad()
- Specified by:
getLoad
in interface Task
getStart
public TimeElement getStart()
- Specified by:
getStart
in interface Task
getEnd
public TimeElement getEnd()
- Specified by:
getEnd
in interface Task
getCompleted
public TimeElement getCompleted()
- Specified by:
getCompleted
in interface Task
setStart
public void setStart(TimeElement exp)
setDuration
public void setDuration(int value)
setLoad
public void setLoad(int value)
Copyright © 2013. All Rights Reserved.