com.prozima.pengine
Class CreateActivityCommand

java.lang.Object
  extended by com.prozima.pengine.CreateActivityCommand
All Implemented Interfaces:
Command

public class CreateActivityCommand
extends java.lang.Object
implements Command

Command to create a new activity in a schedule.


Constructor Summary
CreateActivityCommand(Activity inActivity)
          Create a new command and set its state.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateActivityCommand

public CreateActivityCommand(Activity inActivity)
Create a new command and set its state. inActivity should not have an assigned ID if the activity is being created for the first time. Only assign an ID to inActivity if the state of the activity is being restored from persistent storage.

Parameters:
inActivity - Description of the new activity. null is not a permitted value.