fr.paris.lutece.plugins.stock.business.purchase
Class PurchaseFilter

java.lang.Object
  extended by fr.paris.lutece.plugins.stock.business.purchase.PurchaseFilter

public class PurchaseFilter
extends java.lang.Object

Filter for purchase


Constructor Summary
PurchaseFilter()
           
 
Method Summary
 java.sql.Timestamp getDateBeginOffer()
          Gets the date begin offer.
 java.sql.Timestamp getDateEndOffer()
          Gets the date end offer.
 java.lang.String getId()
          Gets the id.
 java.lang.Integer getIdGenre()
          Gets the id genre.
 java.lang.Integer getIdOffer()
          Gets the id offer.
 java.lang.Integer getIdProduct()
          Gets the id product.
 java.util.List<java.lang.String> getOrders()
          Get the order column name.
 java.lang.String getProductName()
          Gets the product name.
 java.lang.String getUserName()
          Gets the user name.
 boolean isOrderAsc()
          Return true if the order is ascending.
 boolean isWithoutSession()
          Checks if is without session.
 void setDateBeginOffer(java.sql.Timestamp dateBeginOffer)
          Sets the date begin offer.
 void setDateEndOffer(java.sql.Timestamp dateEndOffer)
          Sets the date end offer.
 void setId(java.lang.String strId)
          Sets the id.
 void setIdGenre(java.lang.Integer idGenre)
          Sets the id genre.
 void setIdOffer(java.lang.Integer idOffer)
          Sets the id offer.
 void setIdProduct(java.lang.Integer idShow)
          Sets the id product.
 void setOrderAsc(boolean isOrderAsc)
          Set the order way.
 void setOrders(java.util.List<java.lang.String> orders)
          Set the column to order.
 void setProductName(java.lang.String productName)
          Sets the product name.
 void setUserName(java.lang.String name)
          Sets the user name.
 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

PurchaseFilter

public PurchaseFilter()
Method Detail

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

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

getUserName

public java.lang.String getUserName()
Gets the user name.

Returns:
the user name

setUserName

public void setUserName(java.lang.String name)
Sets the user name.

Parameters:
name - the new user name

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

setIdOffer

public void setIdOffer(java.lang.Integer idOffer)
Sets the id offer.

Parameters:
idOffer - the idOffer to set

getIdOffer

public java.lang.Integer getIdOffer()
Gets the id offer.

Returns:
the idOffer

setProductName

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

Parameters:
productName - the productName to set

getProductName

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

Returns:
the productName

setDateBeginOffer

public void setDateBeginOffer(java.sql.Timestamp dateBeginOffer)
Sets the date begin offer.

Parameters:
dateBeginOffer - the dateBeginOffer to set

getDateBeginOffer

public java.sql.Timestamp getDateBeginOffer()
Gets the date begin offer.

Returns:
the dateBeginOffer

setDateEndOffer

public void setDateEndOffer(java.sql.Timestamp dateEndOffer)
Sets the date end offer.

Parameters:
dateEndOffer - the dateEndOffer to set

getDateEndOffer

public java.sql.Timestamp getDateEndOffer()
Gets the date end offer.

Returns:
the dateEndOffer

setIdGenre

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

Parameters:
idGenre - the idGenre to set

getIdGenre

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

Returns:
the idGenre

getIdProduct

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

Returns:
the idShow

setIdProduct

public void setIdProduct(java.lang.Integer idShow)
Sets the id product.

Parameters:
idShow - the idShow to set


Copyright © 2012 Mairie de Paris. All Rights Reserved.