Class ReviewFeedbackImpl
java.lang.Object
org.broadleafcommerce.core.rating.domain.ReviewFeedbackImpl
- All Implemented Interfaces:
Serializable,ReviewFeedback
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.broadleafcommerce.profile.core.domain.Customerprotected Longprotected Booleanprotected ReviewDetail -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.broadleafcommerce.profile.core.domain.CustomergetId()voidsetCustomer(org.broadleafcommerce.profile.core.domain.Customer customer) voidvoidsetIsHelpful(Boolean isHelpful) voidsetReviewDetail(ReviewDetail reviewDetail)
-
Field Details
-
id
-
customer
protected org.broadleafcommerce.profile.core.domain.Customer customer -
isHelpful
-
reviewDetail
-
-
Constructor Details
-
ReviewFeedbackImpl
public ReviewFeedbackImpl()
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceReviewFeedback
-
setId
- Specified by:
setIdin interfaceReviewFeedback
-
getCustomer
public org.broadleafcommerce.profile.core.domain.Customer getCustomer()- Specified by:
getCustomerin interfaceReviewFeedback
-
setCustomer
public void setCustomer(org.broadleafcommerce.profile.core.domain.Customer customer) - Specified by:
setCustomerin interfaceReviewFeedback
-
getReviewDetail
- Specified by:
getReviewDetailin interfaceReviewFeedback
-
setReviewDetail
- Specified by:
setReviewDetailin interfaceReviewFeedback
-
getIsHelpful
- Specified by:
getIsHelpfulin interfaceReviewFeedback
-
setIsHelpful
- Specified by:
setIsHelpfulin interfaceReviewFeedback
-