org.broadleafcommerce.core.order.service.call
Class OrderMultishipOptionDTO

java.lang.Object
  extended by 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

Field Summary
protected  Long addressId
           
protected  Long fulfillmentOptionId
           
protected  Long id
           
protected  Long orderItemId
           
 
Constructor Summary
OrderMultishipOptionDTO()
           
 
Method Summary
 Long getAddressId()
           
 Long getFulfillmentOptionId()
           
 Long getId()
           
 Long getOrderItemId()
           
 void setAddressId(Long addressId)
           
 void setFulfillmentOptionId(Long fulfillmentOptionId)
           
 void setId(Long id)
           
 void setOrderItemId(Long orderItemId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected Long id

orderItemId

protected Long orderItemId

addressId

protected Long addressId

fulfillmentOptionId

protected Long fulfillmentOptionId
Constructor Detail

OrderMultishipOptionDTO

public OrderMultishipOptionDTO()
Method Detail

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 © 2013. All Rights Reserved.