Interface CommonAddressT

All Known Implementing Classes:
AddressT, AddressT

public interface CommonAddressT
The common address interface.
Author:
Christian Bremer
  • Method Details

    • getStreetAddresses

      List<String> getStreetAddresses()
      Gets street addresses.
      Returns:
      the street addresses
    • getCity

      String getCity()
      Gets city.
      Returns:
      the city
    • setCity

      void setCity(String value)
      Sets city.
      Parameters:
      value - the value
    • getState

      String getState()
      Gets state.
      Returns:
      the state
    • setState

      void setState(String value)
      Sets state.
      Parameters:
      value - the value
    • getCountry

      String getCountry()
      Gets country.
      Returns:
      the country
    • setCountry

      void setCountry(String value)
      Sets country.
      Parameters:
      value - the value
    • getPostalCode

      String getPostalCode()
      Gets postal code.
      Returns:
      the postal code
    • setPostalCode

      void setPostalCode(String value)
      Sets postal code.
      Parameters:
      value - the value