Module com.logicommerce.sdk
Class ShipmentAddressImpl
java.lang.Object
com.logicommerce.sdk.models.implementations.AddressImpl
com.logicommerce.sdk.models.order.implementations.ShipmentAddressImpl
- All Implemented Interfaces:
Address,ShipmentAddress
ShipmentAddressImpl class.
- Since:
- 1.0.16
- Author:
- Logicommerce
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for the fieldcompany.getEmail()Getter for the fieldemail.voidsetCompany(String company) Setter for the fieldcompany.voidSetter for the fieldemail.Methods inherited from class com.logicommerce.sdk.models.implementations.AddressImpl
getAddress, getAddressAdditionalInformation, getCity, getLocation, getMobile, getName, getNumber, getPhone, getPostalCode, getState, setAddress, setAddressAdditionalInformation, setCity, setLocation, setMobile, setName, setNumber, setPhone, setPostalCode, setStateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.logicommerce.sdk.models.Address
getAddress, getAddressAdditionalInformation, getCity, getLocation, getMobile, getName, getNumber, getPhone, getPostalCode, getState
-
Constructor Details
-
ShipmentAddressImpl
public ShipmentAddressImpl()
-
-
Method Details
-
getEmail
Getter for the field
email.- Specified by:
getEmailin interfaceShipmentAddress- Returns:
- a
Stringobject
-
setEmail
Setter for the field
email.- Parameters:
email- aStringobject
-
getCompany
Getter for the field
company.- Specified by:
getCompanyin interfaceShipmentAddress- Returns:
- a
Stringobject - Since:
- 2.0.0
-
setCompany
Setter for the field
company.- Since:
- 2.0.0
-