Class AreaPostalAddressDTO

java.lang.Object
de.aeb.xnsg.logisticsextension.bf.AreaPostalAddressDTO

public class AreaPostalAddressDTO extends Object
DTO to represent a postal address which can be searched in areas.
Postal addresses need a country and a post code or a city to find them in an area.
A hint to a state or region of the country may be helpful in some scenarios.
  • Field Details

    • countryIsoCode

      public String countryIsoCode
      Country of address. This field is used together with post code, or together with stateRegion and city

      length=2

    • stateRegion

      public String stateRegion
      State / region of the address. This field can be used together with city

      length=40

    • postcode

      public String postcode
      Postcode of the street address.

      length=10

    • city

      public String city
      City of the address.

      length=40

  • Constructor Details

    • AreaPostalAddressDTO

      public AreaPostalAddressDTO()