|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.stock.business.offer.OfferFilter
public class OfferFilter
The Class OfferFilter.
Constructor Summary | |
---|---|
OfferFilter()
|
Method Summary | |
---|---|
java.lang.String |
getId()
Gets the id. |
java.lang.Integer |
getIdGenre()
Gets the id genre. |
java.util.List<java.lang.Integer> |
getListIdOffers()
Gets the list id offers. |
java.lang.String |
getName()
Gets the name. |
java.util.List<java.lang.String> |
getOrders()
Get the order column name. |
java.lang.Integer |
getProductId()
Gets the product id. |
java.lang.String |
getProductName()
Get the product name. |
java.lang.String |
getStatut()
Gets the statut. |
boolean |
isOrderAsc()
Return true if the order is ascending. |
boolean |
isWithoutSession()
Checks if is without session. |
void |
setId(java.lang.String strId)
Sets the id. |
void |
setIdGenre(java.lang.Integer idGenre)
Sets the id genre. |
void |
setListIdOffers(java.util.List<java.lang.Integer> listIdOffers)
Sets the list id offers. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setOrderAsc(boolean isOrderAsc)
Set the order way. |
void |
setOrders(java.util.List<java.lang.String> orders)
Set the column to order. |
void |
setProductId(java.lang.Integer productId)
Sets the product id. |
void |
setProductName(java.lang.String productName)
Set the product name. |
void |
setStatut(java.lang.String statut)
Sets the statut. |
void |
setWithoutSession(boolean isWithoutSession)
Sets the without session. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OfferFilter()
Method Detail |
---|
public void setProductId(java.lang.Integer productId)
productId
- the productId to setpublic java.lang.Integer getProductId()
public boolean isWithoutSession()
public void setWithoutSession(boolean isWithoutSession)
isWithoutSession
- the new without sessionpublic java.lang.String getStatut()
public void setStatut(java.lang.String statut)
statut
- the new statutpublic java.lang.String getId()
public void setId(java.lang.String strId)
strId
- the new idpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the new namepublic void setIdGenre(java.lang.Integer idGenre)
idGenre
- the new id genrepublic java.lang.Integer getIdGenre()
public java.util.List<java.lang.Integer> getListIdOffers()
public void setListIdOffers(java.util.List<java.lang.Integer> listIdOffers)
listIdOffers
- the new list id offerspublic boolean isOrderAsc()
public void setOrderAsc(boolean isOrderAsc)
isOrderAsc
- true if ascending false if descendingpublic java.util.List<java.lang.String> getOrders()
public void setOrders(java.util.List<java.lang.String> orders)
orders
- the column namepublic void setProductName(java.lang.String productName)
productName
- the new product namepublic java.lang.String getProductName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |