com.prozima.pengine
Class DeleteResourceCommand

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

public class DeleteResourceCommand
extends java.lang.Object
implements Command

Command which removes a resource.


Constructor Summary
DeleteResourceCommand(java.lang.Integer inResourceID)
          Create the command and set the ID of the Resource to be deleted.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteResourceCommand

public DeleteResourceCommand(java.lang.Integer inResourceID)
Create the command and set the ID of the Resource to be deleted.

Parameters:
inResourceID - ID of the Resource to be deleted.