public interface SimpleSignUpModel extends SignInModel
SimpleSignUpModel extends the SignInModel and adds the repeat
password of the member and the term of use flag.| 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, setPasswordString getRepeatPassword()
Boolean getTermOfUseAccepted()
void setRepeatPassword(String repeatPassword)
repeatPassword - the new repeat passwordvoid setTermOfUseAccepted(Boolean termOfUseAccepted)
termOfUseAccepted - the new term of use acceptedCopyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.