@Entity public class RatingDetailImpl extends Object implements RatingDetail
| Modifier and Type | Field and Description |
|---|---|
protected Long |
customerExternalId |
protected Double |
rating |
protected Date |
ratingSubmittedDate |
protected RatingSummary |
ratingSummary |
| Constructor and Description |
|---|
RatingDetailImpl() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCustomerExternalId() |
Long |
getId() |
Double |
getRating() |
Date |
getRatingSubmittedDate() |
RatingSummary |
getRatingSummary() |
void |
setCustomerExternalId(Long customerExternalId) |
void |
setId(Long id) |
void |
setRating(Double newRating) |
void |
setRatingSubmittedDate(Date ratingSubmittedDate) |
void |
setRatingSummary(RatingSummary ratingSummary) |
protected Double rating
protected Date ratingSubmittedDate
protected Long customerExternalId
protected RatingSummary ratingSummary
public Long getId()
getId in interface RatingDetailpublic void setId(Long id)
setId in interface RatingDetailpublic Double getRating()
getRating in interface RatingDetailpublic void setRating(Double newRating)
setRating in interface RatingDetailpublic Date getRatingSubmittedDate()
getRatingSubmittedDate in interface RatingDetailpublic void setRatingSubmittedDate(Date ratingSubmittedDate)
setRatingSubmittedDate in interface RatingDetailpublic Long getCustomerExternalId()
getCustomerExternalId in interface RatingDetailpublic void setCustomerExternalId(Long customerExternalId)
setCustomerExternalId in interface RatingDetailpublic RatingSummary getRatingSummary()
getRatingSummary in interface RatingDetailpublic void setRatingSummary(RatingSummary ratingSummary)
setRatingSummary in interface RatingDetailCopyright © 2017. All rights reserved.