| Constructor and Description |
|---|
Story() |
Story(int idStory,
String title,
Theme theme1,
Theme theme2,
String author,
Timestamp date) |
Story(String title,
Theme theme1,
String author,
Timestamp date) |
Story(String title,
Theme theme1,
Theme theme2,
String author,
Timestamp date) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor() |
Timestamp |
getDate() |
int |
getIdStory() |
String |
getText() |
Theme |
getTheme1() |
Theme |
getTheme2() |
String |
getTitle() |
void |
setAuthor(String author) |
void |
setDate(Timestamp date) |
void |
setText(String text) |
void |
setTheme1(Theme theme1) |
void |
setTheme2(Theme theme2) |
void |
setTitle(String title) |
protected String text
public Story(int idStory,
String title,
Theme theme1,
Theme theme2,
String author,
Timestamp date)
public Story()
public int getIdStory()
public String getTitle()
public void setTitle(String title)
public Theme getTheme1()
public void setTheme1(Theme theme1)
public Theme getTheme2()
public void setTheme2(Theme theme2)
public String getAuthor()
public void setAuthor(String author)
public Timestamp getDate()
public void setDate(Timestamp date)
public String getText()
public void setText(String text)
Copyright © 2019. All rights reserved.