com.konakart.forms
Class FilterByCategoryForm

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.FilterByCategoryForm
All Implemented Interfaces:
java.io.Serializable

public class FilterByCategoryForm
extends BaseForm

This simple form only contains the categoryId.

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
FilterByCategoryForm()
           
 
Method Summary
 int getCategoryId()
           
 void setCategoryId(int categoryId)
           
 
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

FilterByCategoryForm

public FilterByCategoryForm()
Method Detail

getCategoryId

public int getCategoryId()
Returns:
Returns the categoryId.

setCategoryId

public void setCategoryId(int categoryId)
Parameters:
categoryId - The categoryId to set.


Copyright © 2006 DS Data Systems UK Ltd.