org.broadleafcommerce.core.web.controller.catalog
Class ReviewForm

java.lang.Object
  extended by org.broadleafcommerce.core.web.controller.catalog.ReviewForm
All Implemented Interfaces:
Serializable

public class ReviewForm
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  Product product
           
protected  Double rating
           
protected  String reviewText
           
 
Constructor Summary
ReviewForm()
           
 
Method Summary
 Product getProduct()
           
 Double getRating()
           
 String getReviewText()
           
 void setProduct(Product product)
           
 void setRating(Double rating)
           
 void setReviewText(String reviewText)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

product

protected Product product

rating

protected Double rating

reviewText

protected String reviewText
Constructor Detail

ReviewForm

public ReviewForm()
Method Detail

getProduct

public Product getProduct()

setProduct

public void setProduct(Product product)

getRating

public Double getRating()

setRating

public void setRating(Double rating)

getReviewText

public String getReviewText()

setReviewText

public void setReviewText(String reviewText)


Copyright © 2013. All Rights Reserved.