com.prozima.pengine
Class CreateProjectCommand

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

public class CreateProjectCommand
extends java.lang.Object
implements Command

Create a new project. No schedules or schedule nodes are created when this command is executed.


Constructor Summary
CreateProjectCommand(Project inProject)
          Create the command and initialise its state.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateProjectCommand

public CreateProjectCommand(Project inProject)
Create the command and initialise its state.

Parameters:
inProject - Project describing the new project. null cannot be passed as the value.