Package com.esprit.models.series
Class Feedback
java.lang.Object
com.esprit.models.series.Feedback
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
-
userId
-
description
-
date
-
episodeId
-
episode
-
-
Constructor Details
-
Feedback
Constructor without id for creating new feedback instances.- Parameters:
userId
- the user IDdescription
- the feedback descriptiondate
- the date of feedbackepisodeId
- the episode ID
-