Class RegisterForm
java.lang.Object
de.hybris.platform.acceleratorstorefrontcommons.forms.RegisterForm
Form object for registration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEmail()getPwd()booleanvoidsetCheckPwd(String checkPwd) voidsetConsentForm(ConsentForm consentForm) voidvoidsetFirstName(String firstName) voidsetLastName(String lastName) voidvoidsetTermsCheck(boolean termsCheck) voidsetTitleCode(String titleCode)
-
Constructor Details
-
RegisterForm
public RegisterForm()
-
-
Method Details
-
getTitleCode
- Returns:
- the titleCode
-
setTitleCode
- Parameters:
titleCode- the titleCode to set
-
getFirstName
- Returns:
- the firstName
-
setFirstName
- Parameters:
firstName- the firstName to set
-
getLastName
- Returns:
- the lastName
-
setLastName
- Parameters:
lastName- the lastName to set
-
getEmail
- Returns:
- the email
-
setEmail
- Parameters:
email- the email to set
-
getPwd
- Returns:
- the pwd
-
setPwd
- Parameters:
pwd- the pwd to set
-
getCheckPwd
- Returns:
- the checkPwd
-
setCheckPwd
- Parameters:
checkPwd- the checkPwd to set
-
getConsentForm
-
setConsentForm
-
isTermsCheck
public boolean isTermsCheck() -
setTermsCheck
public void setTermsCheck(boolean termsCheck)
-