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