public class GetUserAccountCmd extends Object implements Command<Account>, Serializable
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
accountName  | 
protected String | 
userId  | 
protected String | 
userPassword  | 
| Constructor and Description | 
|---|
GetUserAccountCmd(String userId,
                 String userPassword,
                 String accountName)  | 
protected String userId
protected String userPassword
protected String accountName
public Account execute(CommandContext commandContext)
Copyright © 2017. All rights reserved.