@Entity public class Poetry extends Story
| Constructor and Description |
|---|
Poetry() |
Poetry(int idStory,
String text,
Theme theme1,
Theme theme2,
String autor,
Timestamp date,
String poetryText) |
Poetry(String text,
Theme theme1,
String autor,
Timestamp date,
String poetryText) |
Poetry(String text,
Theme theme1,
Theme theme2,
String autor,
Timestamp date,
String poetryText) |
| Modifier and Type | Method and Description |
|---|---|
void |
setText(String text) |
Copyright © 2019. All rights reserved.