| Modifier and Type | Method and Description |
|---|---|
User |
Story.getAuthor() |
| Modifier and Type | Method and Description |
|---|---|
void |
Story.setAuthor(User author) |
| Constructor and Description |
|---|
Story(int id,
String title,
String content,
User author,
Date publicationDate,
Type type,
Topic topic1,
Topic topic2,
int numReads) |
Story(String title,
String content,
User author,
Date publicationDate,
Type type,
Topic topic1,
Topic topic2,
int numReads) |
Copyright © 2021. All rights reserved.