|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.stock.business.purchase.PurchaseFilter
public class PurchaseFilter
Filter for purchase
Constructor Summary | |
---|---|
PurchaseFilter()
|
Method Summary | |
---|---|
java.sql.Timestamp |
getDateBeginOffer()
Gets the date begin offer. |
java.sql.Timestamp |
getDateEndOffer()
Gets the date end offer. |
java.lang.String |
getId()
Gets the id. |
java.lang.Integer |
getIdGenre()
Gets the id genre. |
java.lang.Integer |
getIdOffer()
Gets the id offer. |
java.lang.Integer |
getIdProduct()
Gets the id product. |
java.util.List<java.lang.String> |
getOrders()
Get the order column name. |
java.lang.String |
getProductName()
Gets the product name. |
java.lang.String |
getUserName()
Gets the user name. |
boolean |
isOrderAsc()
Return true if the order is ascending. |
boolean |
isWithoutSession()
Checks if is without session. |
void |
setDateBeginOffer(java.sql.Timestamp dateBeginOffer)
Sets the date begin offer. |
void |
setDateEndOffer(java.sql.Timestamp dateEndOffer)
Sets the date end offer. |
void |
setId(java.lang.String strId)
Sets the id. |
void |
setIdGenre(java.lang.Integer idGenre)
Sets the id genre. |
void |
setIdOffer(java.lang.Integer idOffer)
Sets the id offer. |
void |
setIdProduct(java.lang.Integer idShow)
Sets the id product. |
void |
setOrderAsc(boolean isOrderAsc)
Set the order way. |
void |
setOrders(java.util.List<java.lang.String> orders)
Set the column to order. |
void |
setProductName(java.lang.String productName)
Sets the product name. |
void |
setUserName(java.lang.String name)
Sets the user name. |
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 PurchaseFilter()
Method Detail |
---|
public boolean isWithoutSession()
public void setWithoutSession(boolean isWithoutSession)
isWithoutSession
- the new without sessionpublic java.lang.String getId()
public void setId(java.lang.String strId)
strId
- the new idpublic java.lang.String getUserName()
public void setUserName(java.lang.String name)
name
- the new user namepublic 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 setIdOffer(java.lang.Integer idOffer)
idOffer
- the idOffer to setpublic java.lang.Integer getIdOffer()
public void setProductName(java.lang.String productName)
productName
- the productName to setpublic java.lang.String getProductName()
public void setDateBeginOffer(java.sql.Timestamp dateBeginOffer)
dateBeginOffer
- the dateBeginOffer to setpublic java.sql.Timestamp getDateBeginOffer()
public void setDateEndOffer(java.sql.Timestamp dateEndOffer)
dateEndOffer
- the dateEndOffer to setpublic java.sql.Timestamp getDateEndOffer()
public void setIdGenre(java.lang.Integer idGenre)
idGenre
- the idGenre to setpublic java.lang.Integer getIdGenre()
public java.lang.Integer getIdProduct()
public void setIdProduct(java.lang.Integer idShow)
idShow
- the idShow to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |