org.broadleafcommerce.core.web.checkout.model
Class OrderMultishipOptionForm
java.lang.Object
org.broadleafcommerce.core.web.checkout.model.OrderMultishipOptionForm
- All Implemented Interfaces:
- Serializable
public class OrderMultishipOptionForm
- extends Object
- implements Serializable
This form 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:
OrderMultishipOptionDTO,
Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
options
protected List<OrderMultishipOptionDTO> options
OrderMultishipOptionForm
public OrderMultishipOptionForm()
getOptions
public List<OrderMultishipOptionDTO> getOptions()
setOptions
public void setOptions(List<OrderMultishipOptionDTO> options)
Copyright © 2013. All Rights Reserved.