Package com.esprit.models.films
Class FilmComment
java.lang.Object
com.esprit.models.films.FilmComment
Represents a film comment.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFilmComment
(String comment, Client client, Film film) Constructor without id for creating new comment instances. -
Method Summary
-
Field Details
-
id
-
comment
-
client
-
film
-
-
Constructor Details
-
FilmComment
Constructor without id for creating new comment instances.- Parameters:
comment
- the comment textclient
- the user who made the commentfilm
- the film to which the comment belongs
-