org.broadleafcommerce.core.rating.domain
Class RatingDetailImpl

java.lang.Object
  extended by org.broadleafcommerce.core.rating.domain.RatingDetailImpl
All Implemented Interfaces:
RatingDetail

@Entity
public class RatingDetailImpl
extends Object
implements RatingDetail


Field Summary
protected  Customer customer
           
protected  Double rating
           
protected  Date ratingSubmittedDate
           
protected  RatingSummary ratingSummary
           
 
Constructor Summary
RatingDetailImpl()
           
 
Method Summary
 Customer getCustomer()
           
 Long getId()
           
 Double getRating()
           
 Date getRatingSubmittedDate()
           
 RatingSummary getRatingSummary()
           
 void setCustomer(Customer customer)
           
 void setId(Long id)
           
 void setRating(Double newRating)
           
 void setRatingSubmittedDate(Date ratingSubmittedDate)
           
 void setRatingSummary(RatingSummary ratingSummary)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rating

protected Double rating

ratingSubmittedDate

protected Date ratingSubmittedDate

customer

protected Customer customer

ratingSummary

protected RatingSummary ratingSummary
Constructor Detail

RatingDetailImpl

public RatingDetailImpl()
Method Detail

getId

public Long getId()
Specified by:
getId in interface RatingDetail

setId

public void setId(Long id)
Specified by:
setId in interface RatingDetail

getRating

public Double getRating()
Specified by:
getRating in interface RatingDetail

setRating

public void setRating(Double newRating)
Specified by:
setRating in interface RatingDetail

getRatingSubmittedDate

public Date getRatingSubmittedDate()
Specified by:
getRatingSubmittedDate in interface RatingDetail

setRatingSubmittedDate

public void setRatingSubmittedDate(Date ratingSubmittedDate)
Specified by:
setRatingSubmittedDate in interface RatingDetail

getCustomer

public Customer getCustomer()
Specified by:
getCustomer in interface RatingDetail

setCustomer

public void setCustomer(Customer customer)
Specified by:
setCustomer in interface RatingDetail

getRatingSummary

public RatingSummary getRatingSummary()
Specified by:
getRatingSummary in interface RatingDetail

setRatingSummary

public void setRatingSummary(RatingSummary ratingSummary)
Specified by:
setRatingSummary in interface RatingDetail


Copyright © 2013. All Rights Reserved.