@Entity public class Favourite extends Object implements Serializable
| Constructor and Description |
|---|
Favourite(int story_id,
int user_id) |
| Modifier and Type | Method and Description |
|---|---|
int |
getStory_id() |
int |
getUser_id() |
void |
setStory_id(int story_id) |
void |
setUser_id(int user_id) |
Copyright © 2021. All rights reserved.