org.broadleafcommerce.rating.domain
Class ReviewFeedbackImpl

java.lang.Object
  extended by org.broadleafcommerce.rating.domain.ReviewFeedbackImpl
All Implemented Interfaces:
ReviewFeedback

public class ReviewFeedbackImpl
extends java.lang.Object
implements ReviewFeedback


Field Summary
protected  Customer customer
           
protected  java.lang.Long id
           
protected  java.lang.Boolean isHelpful
           
protected  ReviewDetail reviewDetail
           
 
Constructor Summary
ReviewFeedbackImpl(Customer customer, java.lang.Boolean isHelpful, ReviewDetail reviewDetail)
           
 
Method Summary
 Customer getCustomer()
           
 java.lang.Long getId()
           
 ReviewDetail getReviewDetail()
           
 java.lang.Boolean isHelpful()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected java.lang.Long id

customer

protected Customer customer

isHelpful

protected java.lang.Boolean isHelpful

reviewDetail

protected ReviewDetail reviewDetail
Constructor Detail

ReviewFeedbackImpl

public ReviewFeedbackImpl(Customer customer,
                          java.lang.Boolean isHelpful,
                          ReviewDetail reviewDetail)
Method Detail

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.