public class Statistics extends Object implements Serializable
Constructor and Description |
---|
Statistics(Date statDate) |
Modifier and Type | Method and Description |
---|---|
long |
getAverage() |
long |
getDaoMax() |
long |
getDaoMin() |
long |
getDaoTotal() |
long |
getMax() |
long |
getMin() |
int |
getNbExec() |
int |
getRatio() |
Date |
getStatDate() |
long |
getTotal() |
void |
setAverage(long average) |
void |
setDaoMax(long daoMax) |
void |
setDaoMin(long daoMin) |
void |
setDaoTotal(long daoTotal) |
void |
setMax(long max) |
void |
setMin(long min) |
void |
setNbExec(int nbExec) |
void |
setStatDate(Date statDate) |
void |
setTotal(long total) |
public Statistics(Date statDate)
statDate
- public long getMin()
public void setMin(long min)
public long getMax()
public void setMax(long max)
public long getTotal()
public void setTotal(long total)
public long getDaoMin()
public void setDaoMin(long daoMin)
public long getDaoMax()
public void setDaoMax(long daoMax)
public long getDaoTotal()
public void setDaoTotal(long daoTotal)
public int getNbExec()
public void setNbExec(int nbExec)
public Date getStatDate()
public void setStatDate(Date statDate)
public long getAverage()
public void setAverage(long average)
public int getRatio()
Copyright © 2016. All rights reserved.