public class DeleteItemCommand extends ExecutableCommandWrapper implements ExecutableCommand
Deletes an Item
that exists in the Integrity database.
Notes:
Item
will be permanently deleted from the database and no
confirmation will occur when executing this command.Usage:
new DeleteItemCommand(myItem).execute();
Constructor and Description |
---|
DeleteItemCommand(Item item)
Instantiates a command to delete an item in the database.
|
execute
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute
public DeleteItemCommand(Item item)
item
- the item to delete.