Package com.esprit.models.products
Class Comment
java.lang.Object
com.esprit.models.products.Comment
The Comment class represents a comment made by a client on a product.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
-
client
-
commentText
-
product
-
-
Constructor Details
-
Comment
Constructor without id for creating new comment instances.- Parameters:
client
- The client who made the comment.commentText
- The comment text.product
- The product associated with the comment.
-