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

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

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)


Copyright © 2011. All Rights Reserved.