Class MultiShipInstructionForm
java.lang.Object
org.broadleafcommerce.core.web.checkout.model.MultiShipInstructionForm
- All Implemented Interfaces:
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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDeliveryMessage(String deliveryMessage) voidvoidsetPersonalMessage(PersonalMessage personalMessage)
-
Field Details
-
deliveryMessage
-
personalMessage
-
fulfillmentGroupId
-
-
Constructor Details
-
MultiShipInstructionForm
public MultiShipInstructionForm()
-
-
Method Details
-
getDeliveryMessage
-
setDeliveryMessage
-
getPersonalMessage
-
setPersonalMessage
-
getFulfillmentGroupId
-
setFulfillmentGroupId
-