public interface SignInModel extends Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail()
Gets the email.
|
String |
getPassword()
Gets the password.
|
void |
setEmail(String email)
Sets the email.
|
void |
setPassword(String password)
Sets the password.
|
String getEmail()
String getPassword()
void setEmail(String email)
email - the new emailvoid setPassword(String password)
password - the new passwordCopyright © 2007–2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.