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