public class ProviderFilter extends Object implements BeanFilter
Constructor and Description |
---|
ProviderFilter() |
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
Return the adress filtered
|
String |
getComment()
Return the comment filtered
|
String |
getContactName()
Return the contact filtered
|
String |
getMail()
Return the provider mail filtered
|
String |
getName()
Return the provider name filtered
|
List<String> |
getOrders()
Get the order column name
|
String |
getPhoneNumber()
Return the phone number
|
boolean |
isOrderAsc()
Return true if the order is ascending
|
boolean |
isProducts()
Return true if provider must have product
|
void |
setAddress(String address)
Set the adress to filter
|
void |
setComment(String comment)
Set the comment to filter
|
void |
setContactName(String contactName)
Set the contact to filter
|
void |
setMail(String mail)
Set the provider mail to filter
|
void |
setName(String name)
Set the name to filter
|
void |
setOrderAsc(boolean isOrderAsc)
Set the order way
|
void |
setOrders(List<String> orders)
Set the column to order
|
void |
setPhoneNumber(String phoneNumber)
Set the phonenumber to filter
|
void |
setProducts(boolean bProducts)
Set if a provider must have product
|
public String getAddress()
public void setAddress(String address)
address
- to filterpublic String getComment()
public void setComment(String comment)
comment
- to filterpublic String getContactName()
public void setContactName(String contactName)
contactName
- the contact to filterpublic String getMail()
public void setMail(String mail)
mail
- the mail to fitlerpublic String getName()
public void setName(String name)
name
- the name to filterpublic String getPhoneNumber()
public void setPhoneNumber(String phoneNumber)
phoneNumber
- to filterpublic 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 boolean isProducts()
public void setProducts(boolean bProducts)
bProducts
- true if we want the products of the provider. False otherwiseCopyright © 2020 City of Paris. All rights reserved.