com.konakart.forms
Class WriteReviewForm
java.lang.Object
org.apache.struts.action.ActionForm
org.apache.struts.validator.ValidatorForm
com.konakart.forms.BaseForm
com.konakart.forms.WriteReviewForm
- All Implemented Interfaces:
- java.io.Serializable
public class WriteReviewForm
- extends BaseForm
Used to enter product review information.
- See Also:
- Serialized Form
| Fields inherited from class org.apache.struts.validator.ValidatorForm |
page, validatorResults |
| Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
| Methods inherited from class org.apache.struts.validator.ValidatorForm |
getPage, getResultValueMap, getValidationKey, getValidatorResults, setPage, setValidatorResults, validate |
| Methods inherited from class org.apache.struts.action.ActionForm |
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WriteReviewForm
public WriteReviewForm()
getRating
public int getRating()
- Returns:
- Returns the rating.
setRating
public void setRating(int rating)
- Parameters:
rating - The rating to set.
getReviewText
public java.lang.String getReviewText()
- Returns:
- Returns the reviewText.
setReviewText
public void setReviewText(java.lang.String reviewText)
- Parameters:
reviewText - The reviewText to set.
getCustom1
public java.lang.String getCustom1()
- Returns:
- Returns the custom1.
setCustom1
public void setCustom1(java.lang.String custom1)
- Parameters:
custom1 - The custom1 to set.
getCustom2
public java.lang.String getCustom2()
- Returns:
- Returns the custom2.
setCustom2
public void setCustom2(java.lang.String custom2)
- Parameters:
custom2 - The custom2 to set.
getCustom3
public java.lang.String getCustom3()
- Returns:
- Returns the custom3.
setCustom3
public void setCustom3(java.lang.String custom3)
- Parameters:
custom3 - The custom3 to set.
Copyright © 2006 DS Data Systems UK Ltd.