|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.stock.business.ProviderFilter
public class ProviderFilter
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.lang.String |
getOrder()
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 |
setOrder(java.lang.String order)
Set the column to order |
void |
setOrderAsc(boolean isOrderAsc)
Set the order way |
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 |
---|
public ProviderFilter()
Method Detail |
---|
public java.lang.String getAddress()
public void setAddress(java.lang.String address)
address
- to filterpublic java.lang.String getComment()
public void setComment(java.lang.String comment)
comment
- to filterpublic java.lang.String getContactName()
public void setContactName(java.lang.String contactName)
contactName
- the contact to filterpublic java.lang.String getMail()
public void setMail(java.lang.String mail)
mail
- the mail to fitlerpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the name to filterpublic java.lang.String getPhoneNumber()
public void setPhoneNumber(java.lang.String phoneNumber)
phoneNumber
- to filterpublic boolean isOrderAsc()
public void setOrderAsc(boolean isOrderAsc)
isOrderAsc
- true if ascending false if descendingpublic java.lang.String getOrder()
public void setOrder(java.lang.String order)
order
- the column namepublic boolean isProducts()
public void setProducts(boolean bProducts)
bProducts
- true if we want the products of the provider. False otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |