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