| Modifier and Type | Method and Description |
|---|---|
Author |
Favourite.geAuthor() |
Author |
Story.getAuthor() |
| Modifier and Type | Method and Description |
|---|---|
void |
Story.setAuthor(Author author) |
void |
Favourite.setAuthor(Author author) |
| Constructor and Description |
|---|
Favourite(Author author,
Story story) |
Story(String title,
String text,
Author author,
Date publicationDate,
Genre genre,
Theme primaryTheme,
Integer views) |
Story(String title,
String text,
Author author,
Date publicationDate,
Genre genre,
Theme primaryTheme,
Theme secondaryTheme,
Integer views) |
Copyright © 2018. All rights reserved.