public static class ModelAction.Address extends Object
| Constructor and Description |
|---|
ModelAction.Address() |
| Modifier and Type | Method and Description |
|---|---|
int |
getNumber()
Returns the value of number
|
String |
getStreet()
Returns the value of street
|
String |
getTown()
Returns the value of town
|
String |
getZip()
Returns the value of zip
|
void |
setNumber(int number)
Sets the value of number.
|
void |
setStreet(String street)
Sets the value of street.
|
void |
setTown(String town)
Sets the value of town.
|
void |
setZip(String zip)
Sets the value of zip.
|
public String getStreet()
public void setStreet(String street)
street - the value of street to set.public int getNumber()
public void setNumber(int number)
number - the value of number to set.public String getZip()
public void setZip(String zip)
zip - the value of zip to set.public String getTown()
public void setTown(String town)
town - the value of town to set.Copyright © 2012-2014 Andrea Funtò. See here for terms and conditions.