public class ReviewForm extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Product |
product |
protected Double |
rating |
protected String |
reviewText |
| Constructor and Description |
|---|
ReviewForm() |
| Modifier and Type | Method and Description |
|---|---|
Product |
getProduct() |
Double |
getRating() |
String |
getReviewText() |
void |
setProduct(Product product) |
void |
setRating(Double rating) |
void |
setReviewText(String reviewText) |
Copyright © 2014. All Rights Reserved.