public class LoginRequestDTO extends Object implements Serializable
| Constructor and Description |
|---|
LoginRequestDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getLogin()
Account login
|
String |
getPassword()
Account password
|
int |
hashCode() |
void |
setLogin(String login) |
void |
setPassword(String password) |
String |
toString() |
Copyright © 2019 DocDoku. All rights reserved.