|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.prozima.pengine.Schedule
public class Schedule
Encapsulates all the information which describes a schedule. Each schedule consists of activities and milestones which may have interconnecting relationships.
| Constructor Summary | |
|---|---|
Schedule()
|
|
| Method Summary | |
|---|---|
boolean |
addNodeID(int inID)
Add the ID of schedule node to the schedule. |
Schedule |
clone()
|
boolean |
equals(java.lang.Object inOtherObject)
|
java.lang.Integer |
getID()
Retrieve the ID of the schedule. |
java.lang.String |
getName()
Retrieve the name of the Schedule. |
java.util.Set<java.lang.Integer> |
getNodeIDs()
Retrieve the IDs of the nodes that make up the schedule. |
java.lang.Integer |
getProjectID()
Retrieve the ID of the parent project. |
int |
hashCode()
|
boolean |
isBaseline()
Retrieve the baseline status of this schedule. |
boolean |
setID(int inID)
Set the ID of the schedule. |
void |
setIsBaseline(boolean inIsBaseline)
Sets the baseline status of the schedule. |
boolean |
setName(java.lang.String inName)
Set the name of the Schedule. |
boolean |
setProjectID(int inID)
Set the ID of the parent project. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Schedule()
| Method Detail |
|---|
public boolean addNodeID(int inID)
inID - ID of a schedule node.
public Schedule clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionpublic boolean equals(java.lang.Object inOtherObject)
equals in class java.lang.Objectpublic java.lang.Integer getID()
public java.lang.String getName()
public java.util.Set<java.lang.Integer> getNodeIDs()
public java.lang.Integer getProjectID()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean isBaseline()
public boolean setID(int inID)
public void setIsBaseline(boolean inIsBaseline)
inIsBaseline - true if the schedule IS a baseline schedule.public boolean setName(java.lang.String inName)
public boolean setProjectID(int inID)
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 | ||||||||