org.broadleafcommerce.core.rating.domain
Interface ReviewDetail
- All Known Implementing Classes:
- ReviewDetailImpl
public interface ReviewDetail
getId
Long getId()
getCustomer
Customer getCustomer()
getReviewText
String getReviewText()
setReviewText
void setReviewText(String reviewText)
getReviewSubmittedDate
Date getReviewSubmittedDate()
helpfulCount
Integer helpfulCount()
notHelpfulCount
Integer notHelpfulCount()
getStatus
ReviewStatusType getStatus()
getRatingSummary
RatingSummary getRatingSummary()
getRatingDetail
RatingDetail getRatingDetail()
getReviewFeedback
List<ReviewFeedback> getReviewFeedback()
Copyright © 2013. All Rights Reserved.