@Entity public class ReviewFeedbackImpl extends Object implements ReviewFeedback
Modifier and Type | Field and Description |
---|---|
protected Customer |
customer |
protected Long |
id |
protected Boolean |
isHelpful |
protected ReviewDetail |
reviewDetail |
Constructor and Description |
---|
ReviewFeedbackImpl() |
Modifier and Type | Method and Description |
---|---|
Customer |
getCustomer() |
Long |
getId() |
Boolean |
getIsHelpful() |
ReviewDetail |
getReviewDetail() |
void |
setCustomer(Customer customer) |
void |
setId(Long id) |
void |
setIsHelpful(Boolean isHelpful) |
void |
setReviewDetail(ReviewDetail reviewDetail) |
protected Long id
protected Customer customer
protected Boolean isHelpful
protected ReviewDetail reviewDetail
public Long getId()
getId
in interface ReviewFeedback
public Customer getCustomer()
getCustomer
in interface ReviewFeedback
public ReviewDetail getReviewDetail()
getReviewDetail
in interface ReviewFeedback
public Boolean getIsHelpful()
getIsHelpful
in interface ReviewFeedback
public void setIsHelpful(Boolean isHelpful)
setIsHelpful
in interface ReviewFeedback
public void setId(Long id)
setId
in interface ReviewFeedback
public void setCustomer(Customer customer)
setCustomer
in interface ReviewFeedback
public void setReviewDetail(ReviewDetail reviewDetail)
setReviewDetail
in interface ReviewFeedback
Copyright © 2020. All rights reserved.