Class AreaPostalAddressDTO
java.lang.Object
de.aeb.xnsg.logisticsextension.bf.AreaPostalAddressDTO
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.
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 Summary
FieldsModifier and TypeFieldDescriptionCity of the address.Country of address.Postcode of the street address.State / region of the address. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
countryIsoCode
Country of address. This field is used together with post code, or together with stateRegion and citylength=2
-
stateRegion
State / region of the address. This field can be used together with citylength=40
-
postcode
Postcode of the street address.length=10
-
city
City of the address.length=40
-
-
Constructor Details
-
AreaPostalAddressDTO
public AreaPostalAddressDTO()
-