com.prozima.pengine
Class DeleteMilestoneCommand

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

public class DeleteMilestoneCommand
extends java.lang.Object
implements Command

Command removes an milestone from a specific schedule.


Constructor Summary
DeleteMilestoneCommand(Milestone inMilestone)
          Create the command and set the identifier of the milestone to be deleted.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteMilestoneCommand

public DeleteMilestoneCommand(Milestone inMilestone)
Create the command and set the identifier of the milestone to be deleted.

Parameters:
inMilestone - Milestone which identifies the milestone. null is not a permitted value.