Interface ReviewFeedback
- All Known Implementing Classes:
ReviewFeedbackImpl
public interface ReviewFeedback
-
Method Summary
Modifier and TypeMethodDescriptionorg.broadleafcommerce.profile.core.domain.CustomergetId()voidsetCustomer(org.broadleafcommerce.profile.core.domain.Customer customer) voidvoidsetIsHelpful(Boolean isHelpful) voidsetReviewDetail(ReviewDetail reviewDetail)
-
Method Details
-
getId
Long getId() -
setId
-
getCustomer
org.broadleafcommerce.profile.core.domain.Customer getCustomer() -
setCustomer
void setCustomer(org.broadleafcommerce.profile.core.domain.Customer customer) -
getReviewDetail
ReviewDetail getReviewDetail() -
setReviewDetail
-
getIsHelpful
Boolean getIsHelpful() -
setIsHelpful
-