public class FindUserAccountByIdCmd extends Object implements Command<UserAccountEntity>
Modifier and Type | Field and Description |
---|---|
protected String |
userAccountId |
Constructor and Description |
---|
FindUserAccountByIdCmd(String userAccountId) |
Modifier and Type | Method and Description |
---|---|
UserAccountEntity |
execute(CommandContext commandContext) |
protected final String userAccountId
public FindUserAccountByIdCmd(String userAccountId)
public UserAccountEntity execute(CommandContext commandContext)
execute
in interface Command<UserAccountEntity>