@Entity public class ReviewDetailImpl extends java.lang.Object implements ReviewDetail
| Modifier and Type | Field and Description |
|---|---|
protected Customer |
customer |
protected java.lang.Integer |
helpfulCount |
protected java.lang.Integer |
notHelpfulCount |
protected RatingDetail |
ratingDetail |
protected RatingSummary |
ratingSummary |
protected java.util.Date |
reivewSubmittedDate |
protected java.util.List<ReviewFeedback> |
reviewFeedback |
protected java.lang.String |
reviewStatus |
protected java.lang.String |
reviewText |
| Constructor and Description |
|---|
ReviewDetailImpl() |
ReviewDetailImpl(Customer customer,
java.util.Date reivewSubmittedDate,
RatingDetail ratingDetail,
java.lang.String reviewText,
RatingSummary ratingSummary) |
| Modifier and Type | Method and Description |
|---|---|
Customer |
getCustomer() |
java.lang.Long |
getId() |
RatingDetail |
getRatingDetail() |
RatingSummary |
getRatingSummary() |
java.util.List<ReviewFeedback> |
getReviewFeedback() |
java.util.Date |
getReviewSubmittedDate() |
java.lang.String |
getReviewText() |
ReviewStatusType |
getStatus() |
java.lang.Integer |
helpfulCount() |
java.lang.Integer |
notHelpfulCount() |
void |
setReviewText(java.lang.String reviewText) |
protected Customer customer
protected java.util.Date reivewSubmittedDate
protected java.lang.String reviewText
protected java.lang.String reviewStatus
protected java.lang.Integer helpfulCount
protected java.lang.Integer notHelpfulCount
protected RatingSummary ratingSummary
protected java.util.List<ReviewFeedback> reviewFeedback
protected RatingDetail ratingDetail
public ReviewDetailImpl()
public ReviewDetailImpl(Customer customer, java.util.Date reivewSubmittedDate, RatingDetail ratingDetail, java.lang.String reviewText, RatingSummary ratingSummary)
public java.util.Date getReviewSubmittedDate()
getReviewSubmittedDate in interface ReviewDetailpublic java.lang.Long getId()
getId in interface ReviewDetailpublic java.lang.String getReviewText()
getReviewText in interface ReviewDetailpublic void setReviewText(java.lang.String reviewText)
setReviewText in interface ReviewDetailpublic ReviewStatusType getStatus()
getStatus in interface ReviewDetailpublic Customer getCustomer()
getCustomer in interface ReviewDetailpublic java.lang.Integer helpfulCount()
helpfulCount in interface ReviewDetailpublic java.lang.Integer notHelpfulCount()
notHelpfulCount in interface ReviewDetailpublic RatingSummary getRatingSummary()
getRatingSummary in interface ReviewDetailpublic RatingDetail getRatingDetail()
getRatingDetail in interface ReviewDetailpublic java.util.List<ReviewFeedback> getReviewFeedback()
getReviewFeedback in interface ReviewDetailCopyright © 2018. All Rights Reserved.