@Entity(name="Microstories") public class Microstories extends Object implements Serializable
| Constructor and Description |
|---|
Microstories(int idMicrostories,
String title,
String content,
String author,
Date creationDate,
Date publicationDate,
Thematics thematics,
Gender gender) |
Microstories(String title,
String content,
String author,
Date creationDate,
Date publicationDate,
Thematics thematics,
Gender gender) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor() |
String |
getContent() |
Date |
getCreationDate() |
Gender |
getGender() |
int |
getIdMicrostories() |
Date |
getPublicationDate() |
Thematics |
getThematics() |
String |
getTitle() |
void |
setAuthor(String author) |
void |
setContent(String content) |
void |
setCreationDate(Date createDate) |
void |
setGender(Gender gender) |
void |
setIdMicrostories(int idMicrostories) |
void |
setPublicationDate(Date publicationDate) |
void |
setThematics(Thematics thematics) |
void |
setTitle(String title) |
public Microstories(int idMicrostories,
String title,
String content,
String author,
Date creationDate,
Date publicationDate,
Thematics thematics,
Gender gender)
public int getIdMicrostories()
public void setIdMicrostories(int idMicrostories)
public String getTitle()
public void setTitle(String title)
public String getContent()
public void setContent(String content)
public String getAuthor()
public void setAuthor(String author)
public Date getCreationDate()
public void setCreationDate(Date createDate)
public Thematics getThematics()
public void setThematics(Thematics thematics)
public Date getPublicationDate()
public void setPublicationDate(Date publicationDate)
public Gender getGender()
public void setGender(Gender gender)
Copyright © 2019. All rights reserved.