| Modifier and Type | Method and Description |
|---|---|
Topic |
Story.getSubtopic() |
Topic |
Story.getTopic() |
static Topic |
Topic.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Topic[] |
Topic.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Story.setSubtopic(Topic subtopic) |
void |
Story.setTopic(Topic topic) |
| Constructor and Description |
|---|
Story(Integer id,
String title,
String text,
Genre genre,
Topic topic,
Topic subtopic,
User author,
Date date,
boolean published) |
Copyright © 2021. All rights reserved.