|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.core.order.domain.OrderMultishipOptionImpl
@Entity public class OrderMultishipOptionImpl
| Field Summary | |
|---|---|
protected Address |
address
|
protected FulfillmentOption |
fulfillmentOption
|
protected Long |
id
|
protected Order |
order
|
protected OrderItem |
orderItem
|
| Constructor Summary | |
|---|---|
OrderMultishipOptionImpl()
|
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Long id
protected Order order
protected OrderItem orderItem
protected Address address
protected FulfillmentOption fulfillmentOption
| Constructor Detail |
|---|
public OrderMultishipOptionImpl()
| Method Detail |
|---|
public Long getId()
OrderMultishipOption
getId in interface OrderMultishipOptionpublic void setId(Long id)
OrderMultishipOption
setId in interface OrderMultishipOptionid - the internal idpublic Order getOrder()
OrderMultishipOption
getOrder in interface OrderMultishipOptionpublic void setOrder(Order order)
OrderMultishipOption
setOrder in interface OrderMultishipOptionorder - the associated orderpublic OrderItem getOrderItem()
OrderMultishipOption
getOrderItem in interface OrderMultishipOptionpublic void setOrderItem(OrderItem orderItem)
OrderMultishipOption
setOrderItem in interface OrderMultishipOptionorderItem - the associated OrderItemOrderMultishipOption.getOrderItem()public Address getAddress()
OrderMultishipOption
getAddress in interface OrderMultishipOptionpublic void setAddress(Address address)
OrderMultishipOption
setAddress in interface OrderMultishipOptionaddress - the associated Addresspublic FulfillmentOption getFulfillmentOption()
OrderMultishipOption
getFulfillmentOption in interface OrderMultishipOptionpublic void setFulfillmentOption(FulfillmentOption fulfillmentOption)
OrderMultishipOption
setFulfillmentOption in interface OrderMultishipOptionfulfillmentOption - the associated FulfillmentOption
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||