public class RegistrationForm extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
REGISTRATION_FORM_SEND
The Constant REGISTRATION_FORM_SEND.
|
Constructor and Description |
---|
RegistrationForm()
Instantiates a new register user form.
|
RegistrationForm(UserVO user)
Instantiates a new register user form.
|
Modifier and Type | Method and Description |
---|---|
boolean |
formularSend()
Formular send.
|
String |
getAlias()
Gets the alias.
|
String |
getConfirmationCode()
Gets the confirmation code.
|
String |
getEmail()
Gets the email.
|
String |
getFirstName()
Gets the first name.
|
String |
getFormSendMarker()
Gets the send.
|
String |
getLanguageCode()
Gets the language code.
|
String |
getLastName()
Gets the last name.
|
Locale |
getLocale()
Gets the locale.
|
String |
getPassword()
Gets the password.
|
String |
getPassword2()
Gets the password2.
|
boolean |
getTermsAgreed()
Has the user agreed to the Terms of use?.
|
String |
getTimeZoneId() |
String |
getTimeZoneOffsetList() |
UserVO |
getUser()
Gets the user.
|
void |
setAlias(String alias)
Sets the alias.
|
void |
setConfirmationCode(String confirmationCode)
Sets the confirmation code.
|
void |
setEmail(String email)
Sets the email.
|
void |
setFirstName(String value)
Sets the first name.
|
void |
setFormSendMarker(String send)
Sets the send.
|
void |
setLanguageCode(String code)
Sets the language code.
|
void |
setLastName(String lastName)
Sets the last name.
|
void |
setPassword(String password)
Sets the password.
|
void |
setPassword2(String password2)
Sets the password2.
|
boolean |
setTermsAgreed()
Has the user agreed to the Terms of use?.
|
void |
setTermsAgreed(boolean terms)
The user agreed to the terms of use.
|
void |
setTimeZoneId(String timeZoneId) |
void |
setTimeZoneOffsetList(String timeZoneOffsetList) |
void |
setUser(UserVO user)
Sets the user.
|
public static final String REGISTRATION_FORM_SEND
public RegistrationForm()
public RegistrationForm(UserVO user)
user
- the userpublic boolean formularSend()
public String getAlias()
public String getConfirmationCode()
public String getEmail()
public String getFirstName()
public String getFormSendMarker()
public String getLanguageCode()
public String getLastName()
public Locale getLocale()
public String getPassword()
public String getPassword2()
public boolean getTermsAgreed()
public String getTimeZoneId()
public String getTimeZoneOffsetList()
public UserVO getUser()
public void setAlias(String alias)
alias
- the new aliaspublic void setConfirmationCode(String confirmationCode)
confirmationCode
- the new confirmation codepublic void setEmail(String email)
email
- the new emailpublic void setFirstName(String value)
value
- the new first namepublic void setFormSendMarker(String send)
send
- the send to setpublic void setLanguageCode(String code)
code
- the new language codepublic void setLastName(String lastName)
lastName
- the new last namepublic void setPassword(String password)
password
- the new passwordpublic void setPassword2(String password2)
password2
- the new password2public boolean setTermsAgreed()
public void setTermsAgreed(boolean terms)
terms
- the current status of the associated checkboxpublic void setTimeZoneId(String timeZoneId)
timeZoneId
- the timeZoneId to setpublic void setTimeZoneOffsetList(String timeZoneOffsetList)
timeZoneOffsetList
- the timeZoneOffsetList to setpublic void setUser(UserVO user)
user
- the new userCopyright © 2019 Communote team. All rights reserved.