| Package | Description |
|---|---|
| es.uvigo.esei.dgss.teama.microstories.domain.entities |
| Modifier and Type | Method and Description |
|---|---|
Author |
Story.getAuthor() |
| Modifier and Type | Method and Description |
|---|---|
void |
Story.setAuthor(Author author) |
| Constructor and Description |
|---|
Story(String title,
Author author,
Date dateOfPublish,
Genre genre,
String text,
Theme[] themes) |
Story(String title,
Author author,
Date dateOfPublish,
Genre genre,
String text,
Theme[] themes,
Reading[] readings) |
Story(String title,
Author author,
Genre genre,
String text) |
Story(String title,
Author author,
Genre genre,
String text,
Theme[] themes) |
Copyright © 2018. All rights reserved.