@Entity public class StoryEntity extends Object
| Constructor and Description |
|---|
StoryEntity() |
StoryEntity(Integer id,
String title,
String text,
Gender gender,
Topic topic1,
Topic topic2,
String author,
Date publicationDate) |
public Integer getId()
public String getTitle()
public String getText()
public Gender getGender()
public Topic getTopic1()
public Topic getTopic2()
public String getAuthor()
public Date getPublicationDate()
Copyright © 2023. All rights reserved.