com.dotmarketing.cms.product.struts
Class ProductsForm

java.lang.Object
  extended by ActionForm
      extended by com.dotmarketing.cms.product.struts.ProductsForm

public class ProductsForm
extends ActionForm


Constructor Summary
ProductsForm()
           
 
Method Summary
 int getCategoryInode()
           
 java.lang.String getCategoryName()
           
 java.lang.String getDirection()
           
 java.lang.String getFilter()
           
 long getInode()
           
 java.util.List<Product> getListProducts()
           
 java.util.List<Category> getListTypeProducts()
           
 java.lang.String getOrderBy()
           
 int getPage()
           
 int getPageSize()
           
 void setCategoryInode(int categoryInode)
           
 void setCategoryName(java.lang.String categoryName)
           
 void setDirection(java.lang.String direction)
           
 void setFilter(java.lang.String filter)
           
 void setInode(long inode)
           
 void setListProducts(java.util.List<Product> listProducts)
           
 void setListTypeProducts(java.util.List<Category> listTypeProducts)
           
 void setOrderBy(java.lang.String orderBy)
           
 void setPage(int page)
           
 void setPageSize(int pageSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProductsForm

public ProductsForm()
Method Detail

getCategoryInode

public int getCategoryInode()

setCategoryInode

public void setCategoryInode(int categoryInode)

getDirection

public java.lang.String getDirection()

setDirection

public void setDirection(java.lang.String direction)

getFilter

public java.lang.String getFilter()

setFilter

public void setFilter(java.lang.String filter)

getListProducts

public java.util.List<Product> getListProducts()

setListProducts

public void setListProducts(java.util.List<Product> listProducts)

getOrderBy

public java.lang.String getOrderBy()

setOrderBy

public void setOrderBy(java.lang.String orderBy)

getPage

public int getPage()

setPage

public void setPage(int page)

getPageSize

public int getPageSize()

setPageSize

public void setPageSize(int pageSize)

getListTypeProducts

public java.util.List<Category> getListTypeProducts()

setListTypeProducts

public void setListTypeProducts(java.util.List<Category> listTypeProducts)

getInode

public long getInode()

setInode

public void setInode(long inode)

getCategoryName

public java.lang.String getCategoryName()
Returns:
Returns the categoryName.

setCategoryName

public void setCategoryName(java.lang.String categoryName)
Parameters:
categoryName - The categoryName to set.


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.