org.broadleafcommerce.core.rating.domain
Interface RatingDetail
- All Known Implementing Classes:
- RatingDetailImpl
public interface RatingDetail
getId
Long getId()
setId
void setId(Long id)
getRating
Double getRating()
setRating
void setRating(Double newRating)
getCustomer
Customer getCustomer()
setCustomer
void setCustomer(Customer customer)
getRatingSubmittedDate
Date getRatingSubmittedDate()
setRatingSubmittedDate
void setRatingSubmittedDate(Date ratingSubmittedDate)
getRatingSummary
RatingSummary getRatingSummary()
setRatingSummary
void setRatingSummary(RatingSummary ratingSummary)
Copyright © 2013. All Rights Reserved.