org.broadleafcommerce.core.rating.domain
Interface RatingDetail

All Known Implementing Classes:
RatingDetailImpl

public interface RatingDetail


Method Summary
 Customer getCustomer()
           
 java.lang.Long getId()
           
 java.lang.Double getRating()
           
 java.util.Date getRatingSubmittedDate()
           
 RatingSummary getRatingSummary()
           
 void setRating(java.lang.Double newRating)
           
 

Method Detail

getId

java.lang.Long getId()

getRating

java.lang.Double getRating()

setRating

void setRating(java.lang.Double newRating)

getCustomer

Customer getCustomer()

getRatingSubmittedDate

java.util.Date getRatingSubmittedDate()

getRatingSummary

RatingSummary getRatingSummary()


Copyright © 2012. All Rights Reserved.