com.prozima.pengine
Class DeleteWBSComponentCommand

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

public class DeleteWBSComponentCommand
extends CreateWBSComponentCommand

Command requests the deletion of a WBS Component from a project. NOTE: WBS commands and methods in API will change before release of Version 1.0.


Constructor Summary
DeleteWBSComponentCommand(WBSComponent inComponent)
          Create an instance of command to delete a WBS Component.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteWBSComponentCommand

public DeleteWBSComponentCommand(WBSComponent inComponent)
Create an instance of command to delete a WBS Component.

Parameters:
inComponent - Description of the WBS Component.