@Entity public abstract class User extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
login |
protected String |
password |
| Modifier and Type | Method and Description |
|---|---|
void |
changePassword(String password) |
String |
getLogin() |
String |
getPassword() |
void |
setLogin(String login) |
void |
setPassword(String password) |
Copyright © 2018. All rights reserved.