Class ReviewForm
java.lang.Object
de.hybris.platform.acceleratorstorefrontcommons.forms.ReviewForm
Form object for writing reviews
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAlias()voidvoidsetComment(String comment) voidsetHeadline(String headline) void
-
Constructor Details
-
ReviewForm
public ReviewForm()
-
-
Method Details
-
getHeadline
- Returns:
- the headline
-
setHeadline
- Parameters:
headline- the headline to set
-
getComment
- Returns:
- the comment
-
setComment
- Parameters:
comment- the comment to set
-
getRating
- Returns:
- the rating
-
setRating
- Parameters:
rating- the rating to set
-
getAlias
-
setAlias
-