|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.prozima.pengine.UpdateResourceCommand
public class UpdateResourceCommand
Command specifies how a resource should be modified.
| Constructor Summary | |
|---|---|
UpdateResourceCommand(int inResourceID,
boolean inIsImport)
Create the command and specify the resource to be modified. |
|
| Method Summary | |
|---|---|
void |
setName(java.lang.String inName)
Change the name of the resource. |
void |
setTimeTable(TimeTable inTimeTable)
Change the TimeTable for this resource. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UpdateResourceCommand(int inResourceID,
boolean inIsImport)
inResourceID - ID of the resource.inIsImport - true if modified data comes from persistent storage, false if it comes
from user interaction.| Method Detail |
|---|
public void setName(java.lang.String inName)
inName - New name of the resource. Cannot be null.public void setTimeTable(TimeTable inTimeTable)
inTimeTable - TimeTable for this resource. Cannot be null.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||