public class LoginRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
login
Login name
|
protected String |
password
Password
|
| Constructor and Description |
|---|
LoginRequest()
Create an empty instance
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLogin()
Get the login name
|
String |
getPassword()
Get the password
|
void |
setLogin(String login)
Set the login name
|
void |
setPassword(String password)
Set the password
|
public String getLogin()
public void setLogin(String login)
login - login namepublic String getPassword()
public void setPassword(String password)
password - passwordCopyright © 2024 Gentics Software. All rights reserved.