|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.prozima.pengine.UpdateScheduleCommand
public class UpdateScheduleCommand
Command modifies the state of an existing schedule.
| Constructor Summary | |
|---|---|
UpdateScheduleCommand(int inProjectID,
int inScheduleID)
Create the command and identify the schedule |
|
| Method Summary | |
|---|---|
boolean |
setNewName(java.lang.String inNewName)
Set the new name for the schedule. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UpdateScheduleCommand(int inProjectID,
int inScheduleID)
inProjectID - ID of the Project.inScheduleID - ID of the Schedule.| Method Detail |
|---|
public boolean setNewName(java.lang.String inNewName)
inNewName - New name. Cannot be null.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||