org.broadleafcommerce.profile.web.core.form
Class RegisterCustomerForm
java.lang.Object
org.broadleafcommerce.profile.web.core.form.RegisterCustomerForm
- All Implemented Interfaces:
- Serializable
public class RegisterCustomerForm
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
protected static final long serialVersionUID
- See Also:
- Constant Field Values
customer
protected Customer customer
password
protected String password
passwordConfirm
protected String passwordConfirm
redirectUrl
protected String redirectUrl
RegisterCustomerForm
public RegisterCustomerForm()
getCustomer
public Customer getCustomer()
setCustomer
public void setCustomer(Customer customer)
getPassword
public String getPassword()
setPassword
public void setPassword(String password)
getPasswordConfirm
public String getPasswordConfirm()
setPasswordConfirm
public void setPasswordConfirm(String passwordConfirm)
getRedirectUrl
public String getRedirectUrl()
setRedirectUrl
public void setRedirectUrl(String redirectUrl)
Copyright © 2013. All Rights Reserved.