public class BaseSignInModel extends Object implements SignInModel
| Modifier and Type | Field and Description |
|---|---|
static String |
EMAIL
The Constant EMAIL.
|
static String |
PASSWORD
The Constant PASSWORD.
|
| Constructor and Description |
|---|
BaseSignInModel() |
| 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.
|
public static final String EMAIL
public static final String PASSWORD
public String getEmail()
getEmail in interface SignInModelpublic String getPassword()
getPassword in interface SignInModelpublic void setEmail(String email)
setEmail in interface SignInModelemail - the new emailpublic void setPassword(String password)
setPassword in interface SignInModelpassword - the new passwordCopyright © 2007–2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.