@Entity public class Favourite extends Object
| Constructor and Description |
|---|
Favourite() |
Favourite(Author author,
Story story) |
| Modifier and Type | Method and Description |
|---|---|
Author |
geAuthor() |
Story |
getStory() |
void |
setAuthor(Author author) |
void |
setStory(Story story) |
Copyright © 2018. All rights reserved.