public class User extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected static long |
serialVersionUID
For interoperability with possible future changes.
|
Constructor and Description |
---|
User(String login,
String encryptedPassword) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getEncryptedPassword() |
String |
getLogin() |
int |
hashCode() |
void |
setEncryptedPassword(String encryptedPassword) |
String |
toString() |
protected static final long serialVersionUID
Copyright © 2021 Denodo Technologies. All rights reserved.