public class AccountForgotPasswordVerify extends Object implements Serializable
| Constructor and Description |
|---|
AccountForgotPasswordVerify() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivationToken()
GETTER
TODO: Write general description for this method
|
String |
getPassword()
GETTER
TODO: Write general description for this method
|
int |
getSubaccountId()
GETTER
TODO: Write general description for this method
|
void |
setActivationToken(String value)
SETTER
TODO: Write general description for this method
|
void |
setPassword(String value)
SETTER
TODO: Write general description for this method
|
void |
setSubaccountId(int value)
SETTER
TODO: Write general description for this method
|
public int getSubaccountId()
public void setSubaccountId(int value)
public String getActivationToken()
public void setActivationToken(String value)
public String getPassword()
public void setPassword(String value)
Copyright © 2017. All rights reserved.