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

java.lang.Object
  extended by org.broadleafcommerce.core.web.checkout.model.OrderInfoForm
All Implemented Interfaces:
Serializable

public class OrderInfoForm
extends Object
implements Serializable

A form to model checking out as guest

Author:
Andre Azzolini (apazzolini)
See Also:
Serialized Form

Field Summary
protected  String emailAddress
           
 
Constructor Summary
OrderInfoForm()
           
 
Method Summary
 String getEmailAddress()
           
 void setEmailAddress(String emailAddress)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

emailAddress

protected String emailAddress
Constructor Detail

OrderInfoForm

public OrderInfoForm()
Method Detail

getEmailAddress

public String getEmailAddress()

setEmailAddress

public void setEmailAddress(String emailAddress)


Copyright © 2012. All Rights Reserved.