|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.stock.business.CategoryFilter
public class CategoryFilter
CategoryFilter
Constructor Summary | |
---|---|
CategoryFilter()
|
Method Summary | |
---|---|
java.lang.Integer |
getIdCategory()
Get the category id filtered |
java.lang.String |
getName()
return the category name filtered |
java.lang.String |
getOrder()
Get the column ordered |
java.lang.Integer |
getParentCategory()
Get the parent filtered |
java.lang.Boolean |
getProductNull()
Return true if the filter is set to product null |
java.lang.Boolean |
getStatus()
Get the status filtered |
boolean |
hasFilter()
Return true if there is filters |
boolean |
isOrderAsc()
Return true if the order is set to ascending |
void |
setIdCategory(java.lang.Integer idCategory)
Set the category id to filter |
void |
setName(java.lang.String name)
Set the category name to filter |
void |
setOrder(java.lang.String strOrder)
Set the column ordered |
void |
setOrderAsc(boolean bOrderAsc)
Set the order to ascending or descending |
void |
setParentCategory(java.lang.Integer parentCategory)
Set the parent to filter |
void |
setProductNull(java.lang.Boolean productNull)
Set if the filter is set to product null |
void |
setStatus(java.lang.Boolean status)
Set the status filtered |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CategoryFilter()
Method Detail |
---|
public java.lang.Boolean getProductNull()
public void setProductNull(java.lang.Boolean productNull)
productNull
- the booleanpublic boolean isOrderAsc()
isOrderAsc
in interface ISortableFilter
public void setOrderAsc(boolean bOrderAsc)
setOrderAsc
in interface ISortableFilter
bOrderAsc
- the order (true if ascending)public java.lang.String getOrder()
getOrder
in interface ISortableFilter
public void setOrder(java.lang.String strOrder)
setOrder
in interface ISortableFilter
strOrder
- the column namepublic java.lang.Integer getIdCategory()
public void setIdCategory(java.lang.Integer idCategory)
idCategory
- the category idpublic java.lang.Boolean getStatus()
public void setStatus(java.lang.Boolean status)
status
- the statuspublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the category namepublic java.lang.Integer getParentCategory()
public void setParentCategory(java.lang.Integer parentCategory)
parentCategory
- the parentpublic boolean hasFilter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |