- Genre - Enum in es.uvigo.esei.dgss.teamc.microstories.entities
-
- getAuthor() - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.Story
-
Returns the author of the story
- getContent() - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.Story
-
Returns the content of the story
- getCreatedStories() - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.User
-
Returns the list of stories that user creates
- getDate() - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.Story
-
Returns the date of the story
- getDate() - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.View
-
Returns the date when the view was created.
- getGenre() - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.Story
-
Returns the genre of the story
- getId() - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.Story
-
Returns the id of the story
- getId() - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.View
-
Returns the id of the view.
- getLogin() - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.User
-
Returns the login of the user
- getPassword() - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.User
-
Returns the password of the user
- getRole() - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.User
-
Returns the role of the user
- getStory() - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.View
-
Returns the story that was viewed.
- getTheme1() - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.Story
-
Returns the main theme of the story
- getTheme2() - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.Story
-
Returns the secondary theme of the story
- getTitle() - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.Story
-
Returns the title of the story
- getViewCount() - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.Story
-
Returns the story's view count
- getViews() - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.Story
-
Returns the story's views
- setAuthor(User) - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.Story
-
Sets the author of the story.
- setContent(String) - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.Story
-
Sets the content of the story.
- setCreatedStories(List<Story>) - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.User
-
Sets the list of stories that user creates.
- setDate(Date) - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.Story
-
Sets the story's publication date.
- setDate(Date) - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.View
-
Sets the date when the view was created.
- setGenre(Genre) - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.Story
-
Sets the genre of the story.
- setId(Long) - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.Story
-
Sets the id of the story.
- setLogin(String) - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.User
-
Sets the login of the user.
- setPassword(String) - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.User
-
Sets the password of the user.
- setPublished(boolean) - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.Story
-
Sets the story's publication status
- setRole(String) - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.User
-
Sets the role of the user.
- setTheme1(Theme) - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.Story
-
Sets the main theme of the story.
- setTheme2(Theme) - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.Story
-
Sets the secondary theme of the story.
- setTitle(String) - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.Story
-
Sets the title of the story.
- setViews(List<View>) - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.Story
-
- Story - Class in es.uvigo.esei.dgss.teamc.microstories.entities
-
- Story() - Constructor for class es.uvigo.esei.dgss.teamc.microstories.entities.Story
-
- Story(String, String, Genre, Theme, Theme, Date, User) - Constructor for class es.uvigo.esei.dgss.teamc.microstories.entities.Story
-
Creates a new instance of Story
- Story(Long, String, String, Genre, Theme, Theme, Date, User, boolean) - Constructor for class es.uvigo.esei.dgss.teamc.microstories.entities.Story
-
Creates a new instance of Story with id and no views