org.broadleafcommerce.rating.domain
Class ReviewFeedbackImpl
java.lang.Object
org.broadleafcommerce.rating.domain.ReviewFeedbackImpl
- All Implemented Interfaces:
- ReviewFeedback
public class ReviewFeedbackImpl
- extends java.lang.Object
- implements ReviewFeedback
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected java.lang.Long id
customer
protected Customer customer
isHelpful
protected java.lang.Boolean isHelpful
reviewDetail
protected ReviewDetail reviewDetail
ReviewFeedbackImpl
public ReviewFeedbackImpl(Customer customer,
java.lang.Boolean isHelpful,
ReviewDetail reviewDetail)
getId
public java.lang.Long getId()
- Specified by:
getId in interface ReviewFeedback
getCustomer
public Customer getCustomer()
- Specified by:
getCustomer in interface ReviewFeedback
isHelpful
public java.lang.Boolean isHelpful()
- Specified by:
isHelpful in interface ReviewFeedback
getReviewDetail
public ReviewDetail getReviewDetail()
- Specified by:
getReviewDetail in interface ReviewFeedback
Copyright © 2010. All Rights Reserved.