|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OrderMultishipOption
Represents a given set of options for an OrderItem in an Order in the multiship context. This class is used to store current multiship settings for an Order without having to generate the necessary FulfillmentGroups and FulfillmentGroupItems. It also can be used to re-create the multiship set should the Order change
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
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 FulfillmentOption
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||