| Modifier and Type | Method and Description |
|---|---|
User |
Story.getAuthor() |
| Modifier and Type | Method and Description |
|---|---|
Set<User> |
Story.getFavoriteOf() |
| Modifier and Type | Method and Description |
|---|---|
void |
Story.setAuthor(User author) |
| Constructor and Description |
|---|
Story(Integer id,
String title,
String text,
Genre genre,
Topic topic,
Topic subtopic,
User author,
Date date,
boolean published) |
Copyright © 2021. All rights reserved.