com.prozima.pengine
Class DeleteActivityCommand

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

public class DeleteActivityCommand
extends java.lang.Object
implements Command

Command removes an activity from a specific schedule. An activity can only be deleted if no finished work is logged for the activity.


Constructor Summary
DeleteActivityCommand(Activity inActivity)
          Create the command and set the identifier of the activity to be deleted.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteActivityCommand

public DeleteActivityCommand(Activity inActivity)
Create the command and set the identifier of the activity to be deleted.

Parameters:
inActivity - Activity which identifies the activity. null is not permitted as a value.