net.sourceforge.plantuml.project2
Class TaskImpl

java.lang.Object
  extended by net.sourceforge.plantuml.project2.TaskImpl
All Implemented Interfaces:
Task

public class TaskImpl
extends Object
implements Task


Constructor Summary
TaskImpl(TimeLine timeLine, String code)
           
 
Method Summary
 String getCode()
           
 TimeElement getCompleted()
           
 TimeElement getEnd()
           
 long getLoad()
           
 String getName()
           
 TimeElement getStart()
           
 void setDuration(int value)
           
 void setLoad(int value)
           
 void setStart(TimeElement exp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskImpl

public TaskImpl(TimeLine timeLine,
                String code)
Method Detail

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.