public class OfferFilter extends Object implements BeanFilter
Constructor and Description |
---|
OfferFilter() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Gets the id.
|
Integer |
getIdGenre()
Gets the id genre.
|
List<Integer> |
getListIdOffers()
Gets the list id offers.
|
String |
getName()
Gets the name.
|
List<String> |
getOrders()
Get the order column name.
|
Integer |
getProductId()
Gets the product id.
|
String |
getProductName()
Get the product name.
|
String |
getStatut()
Gets the statut.
|
boolean |
isOrderAsc()
Return true if the order is ascending.
|
boolean |
isWithoutSession()
Checks if is without session.
|
void |
setId(String strId)
Sets the id.
|
void |
setIdGenre(Integer idGenre)
Sets the id genre.
|
void |
setListIdOffers(List<Integer> listIdOffers)
Sets the list id offers.
|
void |
setName(String name)
Sets the name.
|
void |
setOrderAsc(boolean isOrderAsc)
Set the order way.
|
void |
setOrders(List<String> orders)
Set the column to order.
|
void |
setProductId(Integer productId)
Sets the product id.
|
void |
setProductName(String productName)
Set the product name.
|
void |
setStatut(String statut)
Sets the statut.
|
void |
setWithoutSession(boolean isWithoutSession)
Sets the without session.
|
public void setProductId(Integer productId)
productId
- the productId to setpublic Integer getProductId()
public boolean isWithoutSession()
public void setWithoutSession(boolean isWithoutSession)
isWithoutSession
- the new without sessionpublic String getStatut()
public void setStatut(String statut)
statut
- the new statutpublic String getId()
public void setId(String strId)
strId
- the new idpublic String getName()
public void setName(String name)
name
- the new namepublic void setIdGenre(Integer idGenre)
idGenre
- the new id genrepublic Integer getIdGenre()
public List<Integer> getListIdOffers()
public void setListIdOffers(List<Integer> listIdOffers)
listIdOffers
- the new list id offerspublic boolean isOrderAsc()
BeanFilter
isOrderAsc
in interface BeanFilter
public void setOrderAsc(boolean isOrderAsc)
BeanFilter
setOrderAsc
in interface BeanFilter
isOrderAsc
- true if ascending false if descendingpublic List<String> getOrders()
BeanFilter
getOrders
in interface BeanFilter
public void setOrders(List<String> orders)
BeanFilter
setOrders
in interface BeanFilter
orders
- the column namepublic void setProductName(String productName)
productName
- the new product namepublic String getProductName()
Copyright © 2020 City of Paris. All rights reserved.