| Package | Description |
|---|---|
| es.uvigo.esei.dgss.teama.microstories.entities | |
| es.uvigo.esei.dgss.teama.microstories.enums |
| Modifier and Type | Method and Description |
|---|---|
Topic |
StoryEntity.getTopic1() |
Topic |
StoryEntity.getTopic2() |
| Constructor and Description |
|---|
StoryEntity(Integer id,
String title,
String text,
Gender gender,
Topic topic1,
Topic topic2,
String author,
Date publicationDate) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2023. All rights reserved.