com.dotmarketing.cms.product.struts
Class ProductsForm
java.lang.Object
ActionForm
com.dotmarketing.cms.product.struts.ProductsForm
public class ProductsForm
- extends ActionForm
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProductsForm
public ProductsForm()
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.