org.broadleafcommerce.core.web.checkout.model
Class MultiShipInstructionForm

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

Field Summary
protected  String deliveryMessage
           
protected  Long fulfillmentGroupId
           
protected  PersonalMessage personalMessage
           
 
Constructor Summary
MultiShipInstructionForm()
           
 
Method Summary
 String getDeliveryMessage()
           
 Long getFulfillmentGroupId()
           
 PersonalMessage getPersonalMessage()
           
 void setDeliveryMessage(String deliveryMessage)
           
 void setFulfillmentGroupId(Long id)
           
 void setPersonalMessage(PersonalMessage personalMessage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

deliveryMessage

protected String deliveryMessage

personalMessage

protected PersonalMessage personalMessage

fulfillmentGroupId

protected Long fulfillmentGroupId
Constructor Detail

MultiShipInstructionForm

public MultiShipInstructionForm()
Method Detail

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