fr.paris.lutece.plugins.stock.business.offer
Class OfferFilter

java.lang.Object
  extended by fr.paris.lutece.plugins.stock.business.offer.OfferFilter

public class OfferFilter
extends java.lang.Object

The Class OfferFilter.


Constructor Summary
OfferFilter()
           
 
Method Summary
 java.lang.String getId()
          Gets the id.
 java.lang.Integer getIdGenre()
          Gets the id genre.
 java.util.List<java.lang.Integer> getListIdOffers()
          Gets the list id offers.
 java.lang.String getName()
          Gets the name.
 java.util.List<java.lang.String> getOrders()
          Get the order column name.
 java.lang.Integer getProductId()
          Gets the product id.
 java.lang.String getProductName()
          Get the product name.
 java.lang.String getStatut()
          Gets the statut.
 boolean isOrderAsc()
          Return true if the order is ascending.
 boolean isWithoutSession()
          Checks if is without session.
 void setId(java.lang.String strId)
          Sets the id.
 void setIdGenre(java.lang.Integer idGenre)
          Sets the id genre.
 void setListIdOffers(java.util.List<java.lang.Integer> listIdOffers)
          Sets the list id offers.
 void setName(java.lang.String name)
          Sets the name.
 void setOrderAsc(boolean isOrderAsc)
          Set the order way.
 void setOrders(java.util.List<java.lang.String> orders)
          Set the column to order.
 void setProductId(java.lang.Integer productId)
          Sets the product id.
 void setProductName(java.lang.String productName)
          Set the product name.
 void setStatut(java.lang.String statut)
          Sets the statut.
 void setWithoutSession(boolean isWithoutSession)
          Sets the without session.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OfferFilter

public OfferFilter()
Method Detail

setProductId

public void setProductId(java.lang.Integer productId)
Sets the product id.

Parameters:
productId - the productId to set

getProductId

public java.lang.Integer getProductId()
Gets the product id.

Returns:
the productId

isWithoutSession

public boolean isWithoutSession()
Checks if is without session.

Returns:
true, if is without session

setWithoutSession

public void setWithoutSession(boolean isWithoutSession)
Sets the without session.

Parameters:
isWithoutSession - the new without session

getStatut

public java.lang.String getStatut()
Gets the statut.

Returns:
the statut

setStatut

public void setStatut(java.lang.String statut)
Sets the statut.

Parameters:
statut - the new statut

getId

public java.lang.String getId()
Gets the id.

Returns:
the id

setId

public void setId(java.lang.String strId)
Sets the id.

Parameters:
strId - the new id

getName

public java.lang.String getName()
Gets the name.

Returns:
the name

setName

public void setName(java.lang.String name)
Sets the name.

Parameters:
name - the new name

setIdGenre

public void setIdGenre(java.lang.Integer idGenre)
Sets the id genre.

Parameters:
idGenre - the new id genre

getIdGenre

public java.lang.Integer getIdGenre()
Gets the id genre.

Returns:
the id genre

getListIdOffers

public java.util.List<java.lang.Integer> getListIdOffers()
Gets the list id offers.

Returns:
the list id offers

setListIdOffers

public void setListIdOffers(java.util.List<java.lang.Integer> listIdOffers)
Sets the list id offers.

Parameters:
listIdOffers - the new list id offers

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

setProductName

public void setProductName(java.lang.String productName)
Set the product name.

Parameters:
productName - the new product name

getProductName

public java.lang.String getProductName()
Get the product name.

Returns:
the product name


Copyright © 2012 Mairie de Paris. All Rights Reserved.