public static class ApplicationSetup.Address extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
cityTown |
private String |
department |
private String |
street |
private String |
zipCode |
| Constructor and Description |
|---|
Address()
Creates an address instance.
|
Address(ApplicationSetup.Address addr)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCityTown()
Returns the city/town.
|
String |
getDepartment()
Returns the department.
|
String |
getStreet()
Returns the street.
|
String |
getZipCode()
Returns the ZIP code.
|
void |
setCityTown(String cityTown)
Changes the city/town.
|
void |
setDepartment(String department)
Changes the department.
|
void |
setStreet(String street)
Changes the street.
|
void |
setZipCode(String zipCode)
Changes the ZIP code.
|
private String department
private String street
private String zipCode
private String cityTown
public Address()
public Address(ApplicationSetup.Address addr)
addr - the address to copy frompublic String getDepartment()
public void setDepartment(String department)
department - the departmentpublic String getStreet()
public void setStreet(String street)
street - the streetpublic String getZipCode()
public void setZipCode(String zipCode)
zipCode - the ZIP codepublic String getCityTown()
public void setCityTown(String cityTown)
cityTown - the city/townCopyright © 2022. All rights reserved.