org.broadleafcommerce.core.web.checkout.model
Class MultiShipInstructionForm
java.lang.Object
org.broadleafcommerce.core.web.checkout.model.MultiShipInstructionForm
- All Implemented Interfaces:
- Serializable
public class MultiShipInstructionForm
- 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.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
deliveryMessage
protected String deliveryMessage
personalMessage
protected PersonalMessage personalMessage
fulfillmentGroupId
protected Long fulfillmentGroupId
MultiShipInstructionForm
public MultiShipInstructionForm()
getDeliveryMessage
public String getDeliveryMessage()
setDeliveryMessage
public void setDeliveryMessage(String deliveryMessage)
getPersonalMessage
public PersonalMessage getPersonalMessage()
setPersonalMessage
public void setPersonalMessage(PersonalMessage personalMessage)
getFulfillmentGroupId
public Long getFulfillmentGroupId()
setFulfillmentGroupId
public void setFulfillmentGroupId(Long id)
Copyright © 2013. All Rights Reserved.