Class ApplicationSetup.Address

java.lang.Object
de.iip_ecosphere.platform.support.iip_aas.ApplicationSetup.Address
Enclosing class:
ApplicationSetup

public static class ApplicationSetup.Address extends Object
Represents part of an address.
Author:
Holger Eichelberger, SSE
  • Field Details

    • department

      private String department
    • street

      private String street
    • zipCode

      private String zipCode
    • cityTown

      private String cityTown
  • Constructor Details

    • Address

      public Address()
      Creates an address instance. [snakeyaml]
    • Address

      public Address(ApplicationSetup.Address addr)
      Copy constructor.
      Parameters:
      addr - the address to copy from
  • Method Details

    • getDepartment

      public String getDepartment()
      Returns the department.
      Returns:
      the department
    • setDepartment

      public void setDepartment(String department)
      Changes the department. [snakeyaml]
      Parameters:
      department - the department
    • getStreet

      public String getStreet()
      Returns the street.
      Returns:
      the street
    • setStreet

      public void setStreet(String street)
      Changes the street. [snakeyaml]
      Parameters:
      street - the street
    • getZipCode

      public String getZipCode()
      Returns the ZIP code.
      Returns:
      the ZIP code
    • setZipCode

      public void setZipCode(String zipCode)
      Changes the ZIP code. [snakeyaml]
      Parameters:
      zipCode - the ZIP code
    • getCityTown

      public String getCityTown()
      Returns the city/town.
      Returns:
      the city/town
    • setCityTown

      public void setCityTown(String cityTown)
      Changes the city/town. [snakeyaml]
      Parameters:
      cityTown - the city/town