| Package | Description |
|---|---|
| es.uvigo.esei.dgss.teama.microstories.domain.entities |
| Modifier and Type | Method and Description |
|---|---|
Story |
Reading.getStory() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Story> |
Author.getStories() |
| Modifier and Type | Method and Description |
|---|---|
void |
Author.addStory(Story story) |
boolean |
Author.ownsStory(Story story) |
void |
Author.removeStory(Story story) |
void |
Reading.setStory(Story story) |
| Constructor and Description |
|---|
Author(String login,
String password,
Story... stories) |
Author(String login,
String name,
String password,
Story... stories) |
Reading(Date date,
Story story,
int counter) |
Reading(Story story) |
Copyright © 2018. All rights reserved.