fr.paris.lutece.plugins.stock.business.provider
Class ProviderFilter

java.lang.Object
  extended by fr.paris.lutece.plugins.stock.business.provider.ProviderFilter

public class ProviderFilter
extends java.lang.Object

ProviderFilter


Constructor Summary
ProviderFilter()
           
 
Method Summary
 java.lang.String getAddress()
          Return the adress filtered
 java.lang.String getComment()
          Return the comment filtered
 java.lang.String getContactName()
          Return the contact filtered
 java.lang.String getMail()
          Return the provider mail filtered
 java.lang.String getName()
          Return the provider name filtered
 java.util.List<java.lang.String> getOrders()
          Get the order column name
 java.lang.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(java.lang.String address)
          Set the adress to filter
 void setComment(java.lang.String comment)
          Set the comment to filter
 void setContactName(java.lang.String contactName)
          Set the contact to filter
 void setMail(java.lang.String mail)
          Set the provider mail to filter
 void setName(java.lang.String name)
          Set the name to filter
 void setOrderAsc(boolean isOrderAsc)
          Set the order way
 void setOrders(java.util.List<java.lang.String> orders)
          Set the column to order
 void setPhoneNumber(java.lang.String phoneNumber)
          Set the phonenumber to filter
 void setProducts(boolean bProducts)
          Set if a provider must have product
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProviderFilter

public ProviderFilter()
Method Detail

getAddress

public java.lang.String getAddress()
Return the adress filtered

Returns:
the adress

setAddress

public void setAddress(java.lang.String address)
Set the adress to filter

Parameters:
address - to filter

getComment

public java.lang.String getComment()
Return the comment filtered

Returns:
the comment filtered

setComment

public void setComment(java.lang.String comment)
Set the comment to filter

Parameters:
comment - to filter

getContactName

public java.lang.String getContactName()
Return the contact filtered

Returns:
the contact to filter

setContactName

public void setContactName(java.lang.String contactName)
Set the contact to filter

Parameters:
contactName - the contact to filter

getMail

public java.lang.String getMail()
Return the provider mail filtered

Returns:
the provider mail

setMail

public void setMail(java.lang.String mail)
Set the provider mail to filter

Parameters:
mail - the mail to fitler

getName

public java.lang.String getName()
Return the provider name filtered

Returns:
the name filtered

setName

public void setName(java.lang.String name)
Set the name to filter

Parameters:
name - the name to filter

getPhoneNumber

public java.lang.String getPhoneNumber()
Return the phone number

Returns:
the phone number

setPhoneNumber

public void setPhoneNumber(java.lang.String phoneNumber)
Set the phonenumber to filter

Parameters:
phoneNumber - to filter

isOrderAsc

public boolean isOrderAsc()
Return true if the order is ascending

Returns:
true if ascending false if descending

setOrderAsc

public void setOrderAsc(boolean isOrderAsc)
Set the order way

Parameters:
isOrderAsc - true if ascending false if descending

getOrders

public java.util.List<java.lang.String> getOrders()
Get the order column name

Returns:
the column name

setOrders

public void setOrders(java.util.List<java.lang.String> orders)
Set the column to order

Parameters:
orders - the column name

isProducts

public boolean isProducts()
Return true if provider must have product

Returns:
boolean true if we want the products of the provider. False otherwise

setProducts

public void setProducts(boolean bProducts)
Set if a provider must have product

Parameters:
bProducts - true if we want the products of the provider. False otherwise


Copyright © 2012 Mairie de Paris. All Rights Reserved.