java.lang.Object
com.logicommerce.sdk.models.implementations.AddressImpl
- All Implemented Interfaces:
Address
- Direct Known Subclasses:
DocumentProviderPickupPointImpl,HeadquarterImpl,ShipmentAddressImpl,UserAddressImpl
AddressImpl class.
- Since:
- 1.0.16
- Author:
- Logicommerce
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for the fieldaddress.Getter for the fieldaddressAdditionalInformation.getCity()Getter for the fieldcity.Getter for the fieldlocation.Getter for the fieldmobile.getName()Getter for the fieldname.Getter for the fieldnumber.getPhone()Getter for the fieldphone.Getter for the fieldpostalCode.getState()Getter for the fieldstate.voidsetAddress(String address) Setter for the fieldaddress.voidsetAddressAdditionalInformation(String addressAdditionalInformation) Setter for the fieldaddressAdditionalInformation.voidSetter for the fieldcity.voidsetLocation(Location location) Setter for the fieldlocation.voidSetter for the fieldmobile.voidSetter for the fieldname.voidSetter for the fieldnumber.voidSetter for the fieldphone.voidsetPostalCode(String postalCode) Setter for the fieldpostalCode.voidSetter for the fieldstate.
-
Constructor Details
-
AddressImpl
public AddressImpl()
-
-
Method Details
-
getName
Getter for the field
name. -
getAddress
Getter for the field
address.- Specified by:
getAddressin interfaceAddress- Returns:
- a
Stringobject
-
getNumber
Getter for the field
number. -
getAddressAdditionalInformation
Getter for the field
addressAdditionalInformation.- Specified by:
getAddressAdditionalInformationin interfaceAddress- Returns:
- a
Stringobject - Since:
- 1.3.3
-
getCity
Getter for the field
city. -
getState
Getter for the field
state. -
getPostalCode
Getter for the field
postalCode.- Specified by:
getPostalCodein interfaceAddress- Returns:
- a
Stringobject
-
getLocation
Getter for the field
location.- Specified by:
getLocationin interfaceAddress- Returns:
- a
Locationobject
-
getMobile
Getter for the field
mobile. -
getPhone
Getter for the field
phone. -
setName
Setter for the field
name.- Parameters:
name- aStringobject
-
setAddress
Setter for the field
address.- Parameters:
address- aStringobject
-
setNumber
Setter for the field
number.- Parameters:
number- aStringobject- Since:
- 1.3.3
-
setAddressAdditionalInformation
Setter for the field
addressAdditionalInformation.- Parameters:
addressAdditionalInformation- aStringobject- Since:
- 1.3.3
-
setCity
Setter for the field
city.- Parameters:
city- aStringobject
-
setState
Setter for the field
state.- Parameters:
state- aStringobject
-
setPostalCode
Setter for the field
postalCode.- Parameters:
postalCode- aStringobject
-
setLocation
Setter for the field
location.- Parameters:
location- aLocationobject
-
setMobile
Setter for the field
mobile.- Parameters:
mobile- aStringobject
-
setPhone
Setter for the field
phone.- Parameters:
phone- aStringobject
-