@Entity public class OrderMultishipOptionImpl extends Object implements OrderMultishipOption
| Modifier and Type | Field and Description |
|---|---|
protected Address |
address |
protected FulfillmentOption |
fulfillmentOption |
protected Long |
id |
protected Order |
order |
protected OrderItem |
orderItem |
| Constructor and Description |
|---|
OrderMultishipOptionImpl() |
| 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
|
protected Long id
protected Order order
protected OrderItem orderItem
protected Address address
protected FulfillmentOption fulfillmentOption
public Long getId()
OrderMultishipOptiongetId in interface OrderMultishipOptionpublic void setId(Long id)
OrderMultishipOptionsetId in interface OrderMultishipOptionid - the internal idpublic Order getOrder()
OrderMultishipOptiongetOrder in interface OrderMultishipOptionpublic void setOrder(Order order)
OrderMultishipOptionsetOrder in interface OrderMultishipOptionorder - the associated orderpublic OrderItem getOrderItem()
OrderMultishipOptiongetOrderItem in interface OrderMultishipOptionpublic void setOrderItem(OrderItem orderItem)
OrderMultishipOptionsetOrderItem in interface OrderMultishipOptionorderItem - the associated OrderItemOrderMultishipOption.getOrderItem()public Address getAddress()
OrderMultishipOptiongetAddress in interface OrderMultishipOptionpublic void setAddress(Address address)
OrderMultishipOptionsetAddress in interface OrderMultishipOptionaddress - the associated Addresspublic FulfillmentOption getFulfillmentOption()
OrderMultishipOptiongetFulfillmentOption in interface OrderMultishipOptionpublic void setFulfillmentOption(FulfillmentOption fulfillmentOption)
OrderMultishipOptionsetFulfillmentOption in interface OrderMultishipOptionfulfillmentOption - the associated FulfillmentOptionCopyright © 2014. All Rights Reserved.