Interface ReviewDetail
- All Known Implementing Classes:
ReviewDetailImpl
public interface ReviewDetail
-
Method Summary
-
Method Details
-
getId
Long getId() -
getCustomer
Customer getCustomer() -
getReviewText
String getReviewText() -
setReviewText
-
getReviewSubmittedDate
Date getReviewSubmittedDate() -
helpfulCount
Integer helpfulCount() -
notHelpfulCount
Integer notHelpfulCount() -
getStatus
ReviewStatusType getStatus() -
getRatingSummary
RatingSummary getRatingSummary() -
getRatingDetail
RatingDetail getRatingDetail() -
getReviewFeedback
List<ReviewFeedback> getReviewFeedback()
-