@Entity(name="User") public class User extends Object
| Constructor and Description |
|---|
User() |
User(String login,
String password) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLogin() |
String |
getPassword() |
List<Story> |
getStoriesWritten() |
void |
setStoriesWritten(List<Story> storiesWritten) |
Copyright © 2021. All rights reserved.