@Entity public class AuthorEntity extends Object
| Constructor and Description |
|---|
AuthorEntity() |
AuthorEntity(String login,
String password,
String role) |
| Modifier and Type | Method and Description |
|---|---|
List<StoryEntity> |
getFavoriteStories() |
String |
getLogin() |
String |
getPassword() |
String |
getRole() |
public String getLogin()
public String getPassword()
public String getRole()
public List<StoryEntity> getFavoriteStories()
Copyright © 2023. All rights reserved.