public class DeleteCommentCmd extends Object implements Command<Void>
protected String
id
DeleteCommentCmd(String id)
Void
execute(CommandContext commandContext)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected String id
public DeleteCommentCmd(String id)
public Void execute(CommandContext commandContext)
execute
Command<Void>