Module com.logicommerce.sdk
Class OrderDeliveryImpl
- java.lang.Object
-
- com.logicommerce.sdk.models.order.implementations.OrderDeliveryImpl
-
- All Implemented Interfaces:
OrderDelivery
public class OrderDeliveryImpl extends Object implements OrderDelivery
-
-
Constructor Summary
Constructors Constructor Description OrderDeliveryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeographicalZonegetGeographicalZone()OrderDeliveryPhysicalLocationgetPhysicalLocation()List<OrderShipment>getShipments()DeliveryTypegetType()voidsetGeographicalZone(GeographicalZone geographicalZone)voidsetPhysicalLocation(OrderDeliveryPhysicalLocation physicalLocation)voidsetShipments(List<OrderShipment> shipments)voidsetType(DeliveryType type)
-
-
-
Method Detail
-
getType
public DeliveryType getType()
- Specified by:
getTypein interfaceOrderDelivery
-
getPhysicalLocation
public OrderDeliveryPhysicalLocation getPhysicalLocation()
- Specified by:
getPhysicalLocationin interfaceOrderDelivery
-
getShipments
public List<OrderShipment> getShipments()
- Specified by:
getShipmentsin interfaceOrderDelivery
-
getGeographicalZone
public GeographicalZone getGeographicalZone()
- Specified by:
getGeographicalZonein interfaceOrderDelivery
-
setType
public void setType(DeliveryType type)
-
setPhysicalLocation
public void setPhysicalLocation(OrderDeliveryPhysicalLocation physicalLocation)
-
setShipments
public void setShipments(List<OrderShipment> shipments)
-
setGeographicalZone
public void setGeographicalZone(GeographicalZone geographicalZone)
-
-