Class AddressModelBuilder
java.lang.Object
de.hybris.platform.warehousing.util.builder.AddressModelBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstatic AddressModelBuilderaModel()build()static AddressModelBuilderfromModel(AddressModel model) withBillingAddress(Boolean billingAddress) withContactAddress(Boolean contactAddress) withCountry(CountryModel country) withDuplicate(Boolean duplicate) withFirstName(String firstName) withLastName(String lastName) withLatitude(Double latitude) withLongitude(Double longitude) withPostalCode(String postalCode) withRegion(RegionModel region) withShippingAddress(Boolean shippingAddress) withStreetName(String streetName) withStreetNumber(String streetNumber) withUnloadingAddress(Boolean unloadingAddress)
-
Method Details
-
aModel
-
fromModel
-
build
-
withStreetNumber
-
withStreetName
-
withFirstName
-
withLastName
-
withTown
-
withPostalCode
-
withDuplicate
-
withCountry
-
withShippingAddress
-
withBillingAddress
-
withContactAddress
-
withUnloadingAddress
-
withOwner
-
withLatitude
-
withLongitude
-
withRegion
-