org.broadleafcommerce.profile.web.core.form
Class RegisterCustomerForm

java.lang.Object
  extended by org.broadleafcommerce.profile.web.core.form.RegisterCustomerForm
All Implemented Interfaces:
Serializable

public class RegisterCustomerForm
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  Customer customer
           
protected  String password
           
protected  String passwordConfirm
           
protected  String redirectUrl
           
protected static long serialVersionUID
           
 
Constructor Summary
RegisterCustomerForm()
           
 
Method Summary
 Customer getCustomer()
           
 String getPassword()
           
 String getPasswordConfirm()
           
 String getRedirectUrl()
           
 void setCustomer(Customer customer)
           
 void setPassword(String password)
           
 void setPasswordConfirm(String passwordConfirm)
           
 void setRedirectUrl(String redirectUrl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

RegisterCustomerForm

public RegisterCustomerForm()
Method Detail

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.