public class SetUserAccountStateAndSubStateCmd extends Object implements Command<Void>
protected String
accountId
state
subState
SetUserAccountStateAndSubStateCmd(String accountId, String state, String subState)
Void
execute(CommandContext commandContext)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected final String accountId
protected final String state
protected final String subState
public SetUserAccountStateAndSubStateCmd(String accountId, String state, String subState)
public Void execute(CommandContext commandContext)
execute
Command<Void>