|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.stock.modules.tickets.business.ProductStatistic
@Entity public class ProductStatistic
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 |
---|
public ProductStatistic()
public ProductStatistic(ProductStatistic productStatistic)
productStatistic
- the productStatisticMethod Detail |
---|
public java.lang.Integer getId()
public void setId(java.lang.Integer idProductStatistic)
idProductStatistic
- the product_statistic idpublic java.lang.Integer getDayOfYear()
public void setDayOfYear(java.lang.Integer dayOfYear)
dayOfYear
- the product_statistic dayOfYearpublic void setWeek(java.lang.Integer week)
week
- the product_statistic weekpublic java.lang.Integer getWeek()
public void setMonth(java.lang.Integer month)
month
- the product_statistic monthpublic java.lang.Integer getMonth()
public void setYear(java.lang.Integer year)
year
- the product_statistic yearpublic java.lang.Integer getYear()
public void setDate(java.sql.Timestamp date)
date
- the product_statistic datepublic java.sql.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 product
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |