public static class ModelAction.User extends Object
| Constructor and Description |
|---|
ModelAction.User() |
| Modifier and Type | Method and Description |
|---|---|
ModelAction.Address |
getAddress()
Returns the value of address
|
String |
getEmail()
Returns the value of email.
|
String |
getName()
Returns the value of name.
|
String |
getPhone()
Returns the value of phone.
|
String |
getSurname()
Returns the value of surname.
|
void |
setAddress(ModelAction.Address address)
Sets the value of address.
|
void |
setEmail(String email)
Sets the value of email.
|
void |
setName(String name)
Sets the value of name.
|
void |
setPhone(String phone)
Sets the value of phone.
|
void |
setSurname(String surname)
Sets the value of surname.
|
String |
toString() |
public String getName()
public void setName(String name)
name - the value of name to set.public String getSurname()
public void setSurname(String surname)
surname - the value of surname to set.public String getPhone()
public void setPhone(String phone)
phone - the value of phone to set.public String getEmail()
public void setEmail(String email)
email - the value of email to set.public ModelAction.Address getAddress()
public void setAddress(ModelAction.Address address)
address - the value of address to set.Copyright © 2012-2014 Andrea Funtò. See here for terms and conditions.