|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.prozima.pengine.NodeDates
public abstract class NodeDates
Holds a description of the start and finish dates which have been assigned to a schedule node by PEngine.
| Method Summary | |
|---|---|
NodeDates |
clone()
|
java.util.Date |
getActualFinishDate()
Retrieve the actual finish date of the ScheduleNode. |
java.util.Date |
getActualStartDate()
Retrieve the actual start date of the ScheduleNode. |
java.lang.Integer |
getNodeID()
Retrieve the ID of the Schedule Node. |
java.lang.Integer |
getProjectID()
Retrieve the ID of the parent Project. |
java.util.Date |
getScheduledFinishDate()
Retrieve the scheduled finish date of the ScheduleNode. |
java.util.Date |
getScheduledStartDate()
Retrieve the scheduled start date of the ScheduleNode. |
java.lang.Integer |
getScheduleID()
Retrieve the ID of the parent Schedule. |
boolean |
isCritical()
Query if the ScheduleNode is on the critical path. |
boolean |
isFinished()
Query if this ScheduleNode has been finished i.e. |
boolean |
isScheduled()
Query if this ScheduleNode has had its start and finish dates correctly scheduled. |
boolean |
isStarted()
Query if this ScheduleNode has been started i.e. |
void |
setScheduledFinishDate(java.util.Date inDate)
Store the scheduled finish date of the ScheduleNode. |
void |
setScheduledStartDate(java.util.Date inDate)
Store the scheduled start date of the ScheduleNode. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public NodeDates clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionpublic java.util.Date getActualFinishDate()
public java.util.Date getActualStartDate()
public java.lang.Integer getNodeID()
public java.lang.Integer getProjectID()
public java.util.Date getScheduledFinishDate()
public java.util.Date getScheduledStartDate()
public java.lang.Integer getScheduleID()
public boolean isCritical()
public boolean isFinished()
public boolean isScheduled()
public boolean isStarted()
public void setScheduledFinishDate(java.util.Date inDate)
inDate - New scheduled data or null if stored date
is being cancelled.public void setScheduledStartDate(java.util.Date inDate)
inDate - New scheduled data or null if stored date
is being cancelled.public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||