@Entity public class ProductStatistic extends Object
Constructor and Description |
---|
ProductStatistic()
Constructor
|
ProductStatistic(ProductStatistic productStatistic)
Build a new productStatistic from a productStatistic object
|
Modifier and Type | Method and Description |
---|---|
Timestamp |
getDate()
Return the product_statistic date
|
Integer |
getDayOfYear()
Return the product_statistic dayOfYear
|
Integer |
getId()
Return product_statistic id
|
Integer |
getMonth()
Return the product_statistic month
|
fr.paris.lutece.plugins.stock.business.product.Product |
getProduct()
Return the product
|
Integer |
getWeek()
Return the product_statistic week
|
Integer |
getYear()
Return the product_statistic year
|
void |
setDate(Timestamp date)
Set the product_statistic date
|
void |
setDayOfYear(Integer dayOfYear)
Set the product_statistic dayOfYear
|
void |
setId(Integer idProductStatistic)
Set the product_statistic id
|
void |
setMonth(Integer month)
Set the product_statistic month
|
void |
setProduct(fr.paris.lutece.plugins.stock.business.product.Product product)
Set the product
|
void |
setWeek(Integer week)
Set the product_statistic week
|
void |
setYear(Integer year)
Set the product_statistic year
|
public ProductStatistic()
public ProductStatistic(ProductStatistic productStatistic)
productStatistic
- the productStatisticpublic Integer getId()
public void setId(Integer idProductStatistic)
idProductStatistic
- the product_statistic idpublic Integer getDayOfYear()
public void setDayOfYear(Integer dayOfYear)
dayOfYear
- the product_statistic dayOfYearpublic void setWeek(Integer week)
week
- the product_statistic weekpublic Integer getWeek()
public void setMonth(Integer month)
month
- the product_statistic monthpublic Integer getMonth()
public void setYear(Integer year)
year
- the product_statistic yearpublic Integer getYear()
public void setDate(Timestamp date)
date
- the product_statistic datepublic Timestamp getDate()
public fr.paris.lutece.plugins.stock.business.product.Product getProduct()
public void setProduct(fr.paris.lutece.plugins.stock.business.product.Product product)
product
- the productCopyright © 2020 City of Paris. All rights reserved.