com.prozima.pengine
Class CreateWBSComponentCommand

java.lang.Object
  extended by com.prozima.pengine.CreateWBSComponentCommand
All Implemented Interfaces:
Command
Direct Known Subclasses:
DeleteWBSComponentCommand, UpdateWBSComponentCommand

public class CreateWBSComponentCommand
extends java.lang.Object
implements Command

Command creates a new Work Breakdown Structure component and initialises its state. NOTE: WBS commands and methods in API will change before release of Version 1.0.


Constructor Summary
CreateWBSComponentCommand(WBSComponent inComponent)
          Create the WBS component and set its state.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateWBSComponentCommand

public CreateWBSComponentCommand(WBSComponent inComponent)
Create the WBS component and set its state.

Parameters:
inComponent - WBSComponent describing the new WBS component.