JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
E
G
R
S
T
V
A
addTheme(ThemeType)
- Method in class es.uvigo.esei.microstories.domain.entities.
Story
E
es.uvigo.esei.microstories.domain.entities
- package es.uvigo.esei.microstories.domain.entities
es.uvigo.esei.microstories.domain.types
- package es.uvigo.esei.microstories.domain.types
G
GenreType
- Enum in
es.uvigo.esei.microstories.domain.types
Enumeration representing different types of stories.
getContent()
- Method in class es.uvigo.esei.microstories.domain.entities.
Story
getGenre()
- Method in class es.uvigo.esei.microstories.domain.entities.
Story
getId()
- Method in class es.uvigo.esei.microstories.domain.entities.
Story
getPublishedAt()
- Method in class es.uvigo.esei.microstories.domain.entities.
Story
getThemes()
- Method in class es.uvigo.esei.microstories.domain.entities.
Story
getTitle()
- Method in class es.uvigo.esei.microstories.domain.entities.
Story
R
removeTheme(ThemeType)
- Method in class es.uvigo.esei.microstories.domain.entities.
Story
S
setContent(String)
- Method in class es.uvigo.esei.microstories.domain.entities.
Story
setGenre(GenreType)
- Method in class es.uvigo.esei.microstories.domain.entities.
Story
setId(Long)
- Method in class es.uvigo.esei.microstories.domain.entities.
Story
setPublishedAt(Date)
- Method in class es.uvigo.esei.microstories.domain.entities.
Story
setThemes(Set<ThemeType>)
- Method in class es.uvigo.esei.microstories.domain.entities.
Story
setTitle(String)
- Method in class es.uvigo.esei.microstories.domain.entities.
Story
Story
- Class in
es.uvigo.esei.microstories.domain.entities
Entity representing a Story with attributes such as title, genre, themes, content, and publication date.
Story()
- Constructor for class es.uvigo.esei.microstories.domain.entities.
Story
Story(String, GenreType, String, ThemeType...)
- Constructor for class es.uvigo.esei.microstories.domain.entities.
Story
T
ThemeType
- Enum in
es.uvigo.esei.microstories.domain.types
Enumeration representing different themes for stories.
V
valueOf(String)
- Static method in enum es.uvigo.esei.microstories.domain.types.
GenreType
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum es.uvigo.esei.microstories.domain.types.
ThemeType
Returns the enum constant of this type with the specified name.
values()
- Static method in enum es.uvigo.esei.microstories.domain.types.
GenreType
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum es.uvigo.esei.microstories.domain.types.
ThemeType
Returns an array containing the constants of this enum type, in the order they are declared.
A
E
G
R
S
T
V
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2025. All rights reserved.