com.konakart.forms
Class WriteReviewForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.apache.struts.validator.ValidatorForm
          extended by com.konakart.forms.BaseForm
              extended by 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

Field Summary
 
Fields inherited from class org.apache.struts.validator.ValidatorForm
page, validatorResults
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
WriteReviewForm()
           
 
Method Summary
 java.lang.String getCustom1()
           
 java.lang.String getCustom2()
           
 java.lang.String getCustom3()
           
 int getRating()
           
 java.lang.String getReviewText()
           
 void setCustom1(java.lang.String custom1)
           
 void setCustom2(java.lang.String custom2)
           
 void setCustom3(java.lang.String custom3)
           
 void setRating(int rating)
           
 void setReviewText(java.lang.String reviewText)
           
 
Methods inherited from class com.konakart.forms.BaseForm
reset
 
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
 

Constructor Detail

WriteReviewForm

public WriteReviewForm()
Method Detail

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.