org.broadleafcommerce.core.order.service.call
Class OrderMultishipOptionDTO
java.lang.Object
org.broadleafcommerce.core.order.service.call.OrderMultishipOptionDTO
public class OrderMultishipOptionDTO
- extends Object
This DTO is used to bind multiship options in a way that doesn't require
the actual objects to be instantiated -- we handle that at the controller
level.
- Author:
- Andre Azzolini (apazzolini)
- See Also:
OrderMultishipOptionForm
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected Long id
orderItemId
protected Long orderItemId
addressId
protected Long addressId
fulfillmentOptionId
protected Long fulfillmentOptionId
OrderMultishipOptionDTO
public OrderMultishipOptionDTO()
getId
public Long getId()
setId
public void setId(Long id)
getOrderItemId
public Long getOrderItemId()
setOrderItemId
public void setOrderItemId(Long orderItemId)
getAddressId
public Long getAddressId()
setAddressId
public void setAddressId(Long addressId)
getFulfillmentOptionId
public Long getFulfillmentOptionId()
setFulfillmentOptionId
public void setFulfillmentOptionId(Long fulfillmentOptionId)
Copyright © 2012. All Rights Reserved.