com.prozima.pengine
Class CreateScheduleCommand

java.lang.Object
  extended by com.prozima.pengine.CreateScheduleCommand
All Implemented Interfaces:
Command
Direct Known Subclasses:
DeleteScheduleCommand

public class CreateScheduleCommand
extends java.lang.Object
implements Command

Command which creates a new schedule, which is attached to a specific project.


Constructor Summary
CreateScheduleCommand(Schedule inSchedule)
          Create the schedule and initialise its state.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateScheduleCommand

public CreateScheduleCommand(Schedule inSchedule)
Create the schedule and initialise its state.

Parameters:
inSchedule - ScheduleInfo describing the new Schedule.