com.prozima.pengine
Class ActivityDates

java.lang.Object
  extended by com.prozima.pengine.NodeDates
      extended by com.prozima.pengine.ActivityDates
All Implemented Interfaces:
java.lang.Cloneable

public class ActivityDates
extends NodeDates

Represents the state of the scheduled and actual start and finish dates for a Activity.


Method Summary
 ActivityDates clone()
           
 java.lang.String toString()
           
 
Methods inherited from class com.prozima.pengine.NodeDates
getActualFinishDate, getActualStartDate, getNodeID, getProjectID, getScheduledFinishDate, getScheduledStartDate, getScheduleID, isCritical, isFinished, isScheduled, isStarted, setScheduledFinishDate, setScheduledStartDate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

clone

public ActivityDates clone()
                    throws java.lang.CloneNotSupportedException
Overrides:
clone in class NodeDates
Throws:
java.lang.CloneNotSupportedException

toString

public java.lang.String toString()
Overrides:
toString in class NodeDates