Class ReviewDetailImpl
java.lang.Object
org.broadleafcommerce.core.rating.domain.ReviewDetailImpl
- All Implemented Interfaces:
Serializable,ReviewDetail
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Customerprotected Integerprotected Integerprotected RatingDetailprotected RatingSummaryprotected Dateprotected List<ReviewFeedback>protected Stringprotected 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:
getReviewSubmittedDatein interfaceReviewDetail
-
getId
- Specified by:
getIdin interfaceReviewDetail
-
getReviewText
- Specified by:
getReviewTextin interfaceReviewDetail
-
setReviewText
- Specified by:
setReviewTextin interfaceReviewDetail
-
getStatus
- Specified by:
getStatusin interfaceReviewDetail
-
getCustomer
- Specified by:
getCustomerin interfaceReviewDetail
-
helpfulCount
- Specified by:
helpfulCountin interfaceReviewDetail
-
notHelpfulCount
- Specified by:
notHelpfulCountin interfaceReviewDetail
-
getRatingSummary
- Specified by:
getRatingSummaryin interfaceReviewDetail
-
getRatingDetail
- Specified by:
getRatingDetailin interfaceReviewDetail
-
getReviewFeedback
- Specified by:
getReviewFeedbackin interfaceReviewDetail
-