|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.prozima.pengine.UpdateProjectCommand
public class UpdateProjectCommand
Command describes how a project should be modified.
| Constructor Summary | |
|---|---|
UpdateProjectCommand(int inProjectID)
Create command and initialise its state. |
|
| Method Summary | |
|---|---|
void |
setActiveScheduleID(java.lang.Integer inID)
Set the ID of the currently active schedule for this project. |
void |
setName(java.lang.String inName)
Change the name of the project. |
void |
setPriority(java.lang.Integer inPriority)
Set the priority of the project. |
void |
setStartDate(java.util.Date inDate)
Change the start date of the project. |
void |
setTimeTable(TimeTable inTimeTable)
Change the TimeTable for this project. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UpdateProjectCommand(int inProjectID)
inProjectID - ID of the project.| Method Detail |
|---|
public void setActiveScheduleID(java.lang.Integer inID)
inID - of the active schedule or null if there is no active
schedule.public void setName(java.lang.String inName)
inName - New name for the project. Cannot be null.public void setPriority(java.lang.Integer inPriority)
inPriority - New value for priority or null to clear the priority.public void setStartDate(java.util.Date inDate)
inDate - New start date for the Project.public void setTimeTable(TimeTable inTimeTable)
inTimeTable - New TimeTable for this project.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||