public class RegisterCustomerForm extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected org.broadleafcommerce.profile.core.domain.Customer |
customer |
protected String |
password |
protected String |
passwordConfirm |
protected String |
redirectUrl |
protected static long |
serialVersionUID |
| Constructor and Description |
|---|
RegisterCustomerForm() |
| Modifier and Type | Method and Description |
|---|---|
org.broadleafcommerce.profile.core.domain.Customer |
getCustomer() |
String |
getPassword() |
String |
getPasswordConfirm() |
String |
getRedirectUrl() |
void |
setCustomer(org.broadleafcommerce.profile.core.domain.Customer customer) |
void |
setPassword(String password) |
void |
setPasswordConfirm(String passwordConfirm) |
void |
setRedirectUrl(String redirectUrl) |
protected static final long serialVersionUID
protected org.broadleafcommerce.profile.core.domain.Customer customer
protected String password
protected String passwordConfirm
protected String redirectUrl
public org.broadleafcommerce.profile.core.domain.Customer getCustomer()
public void setCustomer(org.broadleafcommerce.profile.core.domain.Customer customer)
public String getPassword()
public void setPassword(String password)
public String getPasswordConfirm()
public void setPasswordConfirm(String passwordConfirm)
public String getRedirectUrl()
public void setRedirectUrl(String redirectUrl)
Copyright © 2021. All rights reserved.