public class BaseSignUpModel extends BaseSignInModel implements SimpleSignUpModel
EMAIL, PASSWORD| Constructor and Description |
|---|
BaseSignUpModel()
Instantiates a new base sign up model.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getRepeatPassword()
Gets the repeat password.
|
Boolean |
getTermOfUseAccepted()
Gets the term of use accepted.
|
void |
setRepeatPassword(String repeatPassword)
Sets the repeat password.
|
void |
setTermOfUseAccepted(Boolean termOfUseAccepted)
Sets the term of use accepted.
|
getEmail, getPassword, setEmail, setPasswordclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEmail, getPassword, setEmail, setPasswordpublic String getRepeatPassword()
getRepeatPassword in interface SimpleSignUpModelpublic void setRepeatPassword(String repeatPassword)
setRepeatPassword in interface SimpleSignUpModelrepeatPassword - the new repeat passwordpublic Boolean getTermOfUseAccepted()
getTermOfUseAccepted in interface SimpleSignUpModelpublic void setTermOfUseAccepted(Boolean termOfUseAccepted)
setTermOfUseAccepted in interface SimpleSignUpModeltermOfUseAccepted - the new term of use acceptedCopyright © 2007–2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.