public interface OrderMultishipOption
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress()
Gets the associated Address with this OrderMultishipOption
|
FulfillmentOption |
getFulfillmentOption()
Gets the associated FulfillmentOption with this OrderMultishipOption
|
Long |
getId()
Returns the internal id of this OrderMultishipOption
|
Order |
getOrder()
Returns the Order associated with this OrderMultishipOption
|
OrderItem |
getOrderItem()
Gets the OrderItem associated with this OrderMultishipOption.
|
void |
setAddress(Address address)
Sets the associated Address with this OrderMultishipOption
|
void |
setFulfillmentOption(FulfillmentOption fulfillmentOption)
Sets the associated FulfillmentOption with this OrderMultishipOption
|
void |
setId(Long id)
Sets the internal id of this OrderMultishipOption
|
void |
setOrder(Order order)
Sets the associated Order with this OrderMultishipOption
|
void |
setOrderItem(OrderItem orderItem)
Sets the associated OrderItem with this OrderMultishipOption
|
Long getId()
void setId(Long id)
id - the internal idOrder getOrder()
void setOrder(Order order)
order - the associated orderOrderItem getOrderItem()
void setOrderItem(OrderItem orderItem)
orderItem - the associated OrderItemgetOrderItem()Address getAddress()
void setAddress(Address address)
address - the associated AddressFulfillmentOption getFulfillmentOption()
void setFulfillmentOption(FulfillmentOption fulfillmentOption)
fulfillmentOption - the associated FulfillmentOptionCopyright © 2014. All Rights Reserved.