| Package | Description |
|---|---|
| es.uvigo.esei.dgss.teama.microstories.domain.entities | |
| es.uvigo.esei.dgss.teama.microstories.domain.enums |
| Modifier and Type | Method and Description |
|---|---|
Collection<Theme> |
Story.getThemes() |
| Modifier and Type | Method and Description |
|---|---|
void |
Story.addTheme(Theme theme) |
boolean |
Story.ownsTheme(Theme theme) |
void |
Story.removeTheme(Theme theme) |
| 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,
Theme[] themes) |
Story(String title,
Genre genre,
String text,
Theme[] themes) |
| Modifier and Type | Method and Description |
|---|---|
static Theme |
Theme.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Theme[] |
Theme.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.