public class PurchaseFilter extends Object implements BeanFilter
Constructor and Description |
---|
PurchaseFilter() |
Modifier and Type | Method and Description |
---|---|
String |
getAgentName() |
Timestamp |
getDateBeginOffer()
Gets the date begin offer.
|
Timestamp |
getDateEndOffer()
Gets the date end offer.
|
String |
getId()
Gets the id.
|
Integer |
getIdGenre()
Gets the id genre.
|
Integer |
getIdOffer()
Gets the id offer.
|
Integer |
getIdProduct()
Gets the id product.
|
List<String> |
getOrders()
Get the order column name.
|
String |
getProductName()
Gets the product name.
|
String |
getUserName()
Gets the user name.
|
boolean |
isOrderAsc()
Return true if the order is ascending.
|
boolean |
isWithoutSession()
Checks if is without session.
|
void |
setAgentName(String agentName) |
void |
setDateBeginOffer(Timestamp dateBeginOffer)
Sets the date begin offer.
|
void |
setDateEndOffer(Timestamp dateEndOffer)
Sets the date end offer.
|
void |
setId(String strId)
Sets the id.
|
void |
setIdGenre(Integer idGenre)
Sets the id genre.
|
void |
setIdOffer(Integer idOffer)
Sets the id offer.
|
void |
setIdProduct(Integer idShow)
Sets the id product.
|
void |
setOrderAsc(boolean isOrderAsc)
Set the order way.
|
void |
setOrders(List<String> orders)
Set the column to order.
|
void |
setProductName(String productName)
Sets the product name.
|
void |
setUserName(String name)
Sets the user name.
|
void |
setWithoutSession(boolean isWithoutSession)
Sets the without session.
|
public boolean isWithoutSession()
public void setWithoutSession(boolean isWithoutSession)
isWithoutSession
- the new without sessionpublic String getId()
public void setId(String strId)
strId
- the new idpublic String getUserName()
public void setUserName(String name)
name
- the new user namepublic boolean isOrderAsc()
isOrderAsc
in interface BeanFilter
public void setOrderAsc(boolean isOrderAsc)
setOrderAsc
in interface BeanFilter
isOrderAsc
- true if ascending false if descendingpublic List<String> getOrders()
getOrders
in interface BeanFilter
public void setOrders(List<String> orders)
setOrders
in interface BeanFilter
orders
- the column namepublic void setIdOffer(Integer idOffer)
idOffer
- the idOffer to setpublic Integer getIdOffer()
public void setProductName(String productName)
productName
- the productName to setpublic String getProductName()
public void setDateBeginOffer(Timestamp dateBeginOffer)
dateBeginOffer
- the dateBeginOffer to setpublic Timestamp getDateBeginOffer()
public void setDateEndOffer(Timestamp dateEndOffer)
dateEndOffer
- the dateEndOffer to setpublic Timestamp getDateEndOffer()
public void setIdGenre(Integer idGenre)
idGenre
- the idGenre to setpublic Integer getIdGenre()
public Integer getIdProduct()
public void setIdProduct(Integer idShow)
idShow
- the idShow to setpublic String getAgentName()
public void setAgentName(String agentName)
Copyright © 2020 City of Paris. All rights reserved.