Interface RatingDetail
- All Known Implementing Classes:
RatingDetailImpl
public interface RatingDetail
-
Method Summary
Modifier and TypeMethodDescriptionorg.broadleafcommerce.profile.core.domain.CustomergetId()voidsetCustomer(org.broadleafcommerce.profile.core.domain.Customer customer) voidvoidvoidsetRatingSubmittedDate(Date ratingSubmittedDate) voidsetRatingSummary(RatingSummary ratingSummary)
-
Method Details
-
getId
Long getId() -
setId
-
getRating
Double getRating() -
setRating
-
getCustomer
org.broadleafcommerce.profile.core.domain.Customer getCustomer() -
setCustomer
void setCustomer(org.broadleafcommerce.profile.core.domain.Customer customer) -
getRatingSubmittedDate
Date getRatingSubmittedDate() -
setRatingSubmittedDate
-
getRatingSummary
RatingSummary getRatingSummary() -
setRatingSummary
-