| Package | Description |
|---|---|
| es.uvigo.esei.dgss.teama.microstories.entities |
| Modifier and Type | Method and Description |
|---|---|
AuthorEntity |
StoryEntity.getAuthor() |
| Modifier and Type | Method and Description |
|---|---|
List<AuthorEntity> |
StoryEntity.getFavorites() |
| Modifier and Type | Method and Description |
|---|---|
void |
StoryEntity.setAuthor(AuthorEntity author) |
| Constructor and Description |
|---|
StoryEntity(Integer id,
String title,
String text,
Gender gender,
Topic topic1,
Topic topic2,
AuthorEntity author,
Date publicationDate) |
Copyright © 2023. All rights reserved.