|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.prozima.pengine.NodeDates
com.prozima.pengine.MilestoneDates
public class MilestoneDates
Information about the scheduled and actual start and finish dates for a milestone.
| Method Summary | |
|---|---|
MilestoneDates |
clone()
|
java.util.Date |
getActualFinishDate()
Retrieve the actual finish date of the Milestone. |
java.util.Date |
getScheduledFinishDate()
Retrieve the scheduled finish date of the ScheduleNode. |
void |
setScheduledFinishDate(java.util.Date inDate)
Store the scheduled finish date of the Milestone. |
void |
setScheduledStartDate(java.util.Date inDate)
Store the scheduled start date of the Milestone. |
java.lang.String |
toString()
|
| Methods inherited from class com.prozima.pengine.NodeDates |
|---|
getActualStartDate, getNodeID, getProjectID, getScheduledStartDate, getScheduleID, isCritical, isFinished, isScheduled, isStarted |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public MilestoneDates clone()
throws java.lang.CloneNotSupportedException
clone in class NodeDatesjava.lang.CloneNotSupportedExceptionpublic java.util.Date getActualFinishDate()
getActualFinishDate in class NodeDatespublic java.util.Date getScheduledFinishDate()
getScheduledFinishDate in class NodeDatespublic void setScheduledFinishDate(java.util.Date inDate)
setScheduledFinishDate in class NodeDatesinDate - New scheduled data or null if stored date
is being cancelled.public void setScheduledStartDate(java.util.Date inDate)
setScheduledStartDate in class NodeDatesinDate - New scheduled date or null if stored date
is being cancelled.public java.lang.String toString()
toString in class NodeDates
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||