com.prozima.pengine
Class UpdateWBSComponentCommand

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

public class UpdateWBSComponentCommand
extends CreateWBSComponentCommand

Command updates a WBS Component. NOTE: WBS methods in API will change before release of Version 1.0 of library.


Constructor Summary
UpdateWBSComponentCommand(WBSComponent inInfo)
          Create an instance of the command.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateWBSComponentCommand

public UpdateWBSComponentCommand(WBSComponent inInfo)
Create an instance of the command.

Parameters:
inInfo - WBSComponentInfo describing the new state of the WBSComponent to be updated.