fr.paris.lutece.plugins.stock.modules.tickets.business
Class ProductStatistic

java.lang.Object
  extended by fr.paris.lutece.plugins.stock.modules.tickets.business.ProductStatistic

@Entity
public class ProductStatistic
extends java.lang.Object

ProductStatistic


Constructor Summary
ProductStatistic()
          Constructor
ProductStatistic(ProductStatistic productStatistic)
          Build a new productStatistic from a productStatistic object
 
Method Summary
 java.sql.Timestamp getDate()
          Return the product_statistic date
 java.lang.Integer getDayOfYear()
          Return the product_statistic dayOfYear
 java.lang.Integer getId()
          Return product_statistic id
 java.lang.Integer getMonth()
          Return the product_statistic month
 fr.paris.lutece.plugins.stock.business.product.Product getProduct()
          Return the product
 java.lang.Integer getWeek()
          Return the product_statistic week
 java.lang.Integer getYear()
          Return the product_statistic year
 void setDate(java.sql.Timestamp date)
          Set the product_statistic date
 void setDayOfYear(java.lang.Integer dayOfYear)
          Set the product_statistic dayOfYear
 void setId(java.lang.Integer idProductStatistic)
          Set the product_statistic id
 void setMonth(java.lang.Integer month)
          Set the product_statistic month
 void setProduct(fr.paris.lutece.plugins.stock.business.product.Product product)
          Set the product
 void setWeek(java.lang.Integer week)
          Set the product_statistic week
 void setYear(java.lang.Integer year)
          Set the product_statistic year
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProductStatistic

public ProductStatistic()
Constructor


ProductStatistic

public ProductStatistic(ProductStatistic productStatistic)
Build a new productStatistic from a productStatistic object

Parameters:
productStatistic - the productStatistic
Method Detail

getId

public java.lang.Integer getId()
Return product_statistic id

Returns:
product_statistic id

setId

public void setId(java.lang.Integer idProductStatistic)
Set the product_statistic id

Parameters:
idProductStatistic - the product_statistic id

getDayOfYear

public java.lang.Integer getDayOfYear()
Return the product_statistic dayOfYear

Returns:
the dayOfYear

setDayOfYear

public void setDayOfYear(java.lang.Integer dayOfYear)
Set the product_statistic dayOfYear

Parameters:
dayOfYear - the product_statistic dayOfYear

setWeek

public void setWeek(java.lang.Integer week)
Set the product_statistic week

Parameters:
week - the product_statistic week

getWeek

public java.lang.Integer getWeek()
Return the product_statistic week

Returns:
the week

setMonth

public void setMonth(java.lang.Integer month)
Set the product_statistic month

Parameters:
month - the product_statistic month

getMonth

public java.lang.Integer getMonth()
Return the product_statistic month

Returns:
the month

setYear

public void setYear(java.lang.Integer year)
Set the product_statistic year

Parameters:
year - the product_statistic year

getYear

public java.lang.Integer getYear()
Return the product_statistic year

Returns:
the year

setDate

public void setDate(java.sql.Timestamp date)
Set the product_statistic date

Parameters:
date - the product_statistic date

getDate

public java.sql.Timestamp getDate()
Return the product_statistic date

Returns:
the date

getProduct

public fr.paris.lutece.plugins.stock.business.product.Product getProduct()
Return the product

Returns:
the product

setProduct

public void setProduct(fr.paris.lutece.plugins.stock.business.product.Product product)
Set the product

Parameters:
product - the product


Copyright © 2012 Mairie de Paris. All Rights Reserved.