|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.prozima.pengine.CopyScheduleCommand
public class CopyScheduleCommand
Copies a schedule and its schedule nodes.
| Constructor Summary | |
|---|---|
CopyScheduleCommand(int inProjectID,
int inScheduleID)
Create a new command and set the Project and Schedule IDs. |
|
| Method Summary | |
|---|---|
void |
setIsBaseline(boolean inIsBaseline)
Set the Baseline status of the new schedule. |
boolean |
setNewName(java.lang.String inNewName)
Set the name for the new schedule. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CopyScheduleCommand(int inProjectID,
int inScheduleID)
inProjectID - ID of the Project.inScheduleID - ID of the Schedule.| Method Detail |
|---|
public void setIsBaseline(boolean inIsBaseline)
inIsBaseline - true if schedule is to be a Baseline.public boolean setNewName(java.lang.String inNewName)
inNewName - Name of the newly created schedule. null is not permitted as a value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||