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