Class ReviewDetailImpl
java.lang.Object
org.broadleafcommerce.core.rating.domain.ReviewDetailImpl
- All Implemented Interfaces:
Serializable
,ReviewDetail
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Customer
protected Integer
protected Integer
protected RatingDetail
protected RatingSummary
protected Date
protected List<ReviewFeedback>
protected String
protected String
-
Constructor Summary
ConstructorsConstructorDescriptionReviewDetailImpl
(Customer customer, Date reivewSubmittedDate, RatingDetail ratingDetail, String reviewText, RatingSummary ratingSummary) -
Method Summary
-
Field Details
-
customer
-
reivewSubmittedDate
-
reviewText
-
reviewStatus
-
helpfulCount
-
notHelpfulCount
-
ratingSummary
-
reviewFeedback
-
ratingDetail
-
-
Constructor Details
-
ReviewDetailImpl
public ReviewDetailImpl() -
ReviewDetailImpl
public ReviewDetailImpl(Customer customer, Date reivewSubmittedDate, RatingDetail ratingDetail, String reviewText, RatingSummary ratingSummary)
-
-
Method Details
-
getReviewSubmittedDate
- Specified by:
getReviewSubmittedDate
in interfaceReviewDetail
-
getId
- Specified by:
getId
in interfaceReviewDetail
-
getReviewText
- Specified by:
getReviewText
in interfaceReviewDetail
-
setReviewText
- Specified by:
setReviewText
in interfaceReviewDetail
-
getStatus
- Specified by:
getStatus
in interfaceReviewDetail
-
getCustomer
- Specified by:
getCustomer
in interfaceReviewDetail
-
helpfulCount
- Specified by:
helpfulCount
in interfaceReviewDetail
-
notHelpfulCount
- Specified by:
notHelpfulCount
in interfaceReviewDetail
-
getRatingSummary
- Specified by:
getRatingSummary
in interfaceReviewDetail
-
getRatingDetail
- Specified by:
getRatingDetail
in interfaceReviewDetail
-
getReviewFeedback
- Specified by:
getReviewFeedback
in interfaceReviewDetail
-