Package com.esprit.models.cinemas
Class CinemaComment
java.lang.Object
com.esprit.models.cinemas.CinemaComment
Represents a comment on a cinema.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCinemaComment
(Cinema cinema, Client client, String commentText, String sentiment) Constructor without id for creating new comment instances. -
Method Summary
-
Field Details
-
id
-
cinema
-
client
-
commentText
-
sentiment
-
-
Constructor Details
-
CinemaComment
Constructor without id for creating new comment instances.
-