| 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) |
| Constructor and Description |
|---|
Author(String login,
String password,
Story... stories) |
Copyright © 2018. All rights reserved.