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
public class ShipmentAddressImpl extends AddressImpl implements ShipmentAddress
-
-
Constructor Summary
Constructors Constructor Description ShipmentAddressImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEmail()voidsetEmail(String email)-
Methods inherited from class com.logicommerce.sdk.models.implementations.AddressImpl
getAddress, getCity, getLocation, getMobile, getName, getPhone, getPostalCode, getState, setAddress, setCity, setLocation, setMobile, setName, setPhone, setPostalCode, setState
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.logicommerce.sdk.models.Address
getAddress, getCity, getLocation, getMobile, getName, getPhone, getPostalCode, getState
-
-
-
-
Method Detail
-
getEmail
public String getEmail()
- Specified by:
getEmailin interfaceShipmentAddress
-
setEmail
public void setEmail(String email)
-
-