Class ApplicationSetup.Address
java.lang.Object
de.iip_ecosphere.platform.support.iip_aas.ApplicationSetup.Address
- Enclosing class:
ApplicationSetup
Represents part of an address.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the city/town.Returns the department.Returns the street.Returns the ZIP code.voidsetCityTown(String cityTown) Changes the city/town.voidsetDepartment(String department) Changes the department.voidChanges the street.voidsetZipCode(String zipCode) Changes the ZIP code.
-
Field Details
-
department
-
street
-
zipCode
-
cityTown
-
-
Constructor Details
-
Address
public Address()Creates an address instance. [snakeyaml] -
Address
Copy constructor.- Parameters:
addr- the address to copy from
-
-
Method Details
-
getDepartment
Returns the department.- Returns:
- the department
-
setDepartment
Changes the department. [snakeyaml]- Parameters:
department- the department
-
getStreet
Returns the street.- Returns:
- the street
-
setStreet
Changes the street. [snakeyaml]- Parameters:
street- the street
-
getZipCode
Returns the ZIP code.- Returns:
- the ZIP code
-
setZipCode
Changes the ZIP code. [snakeyaml]- Parameters:
zipCode- the ZIP code
-
getCityTown
Returns the city/town.- Returns:
- the city/town
-
setCityTown
Changes the city/town. [snakeyaml]- Parameters:
cityTown- the city/town
-