public final class DTOCounter
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
private long | 
dayValue  | 
private long | 
hourValue  | 
private java.lang.Long | 
id  | 
private java.util.Date | 
lastResetTime  | 
private long | 
minuteValue  | 
private long | 
monthValue  | 
private long | 
totalValue  | 
private java.lang.String | 
typeId  | 
private long | 
weekValue  | 
private long | 
yearValue  | 
| Constructor and Description | 
|---|
DTOCounter(java.lang.Long id,
Creates a new instance of DTOCounter. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
long | 
getDayValue()
Getter for property dayValue. 
 | 
long | 
getHourValue()
Getter for property hourValue. 
 | 
java.lang.Long | 
getId()
Getter for property id. 
 | 
java.util.Date | 
getLastResetTime()
Getter for property lastResetTime. 
 | 
long | 
getMinuteValue()
Getter for property minuteValue. 
 | 
long | 
getMonthValue()
Getter for property monthValue. 
 | 
long | 
getTotalValue()
Getter for property totalValue. 
 | 
java.lang.String | 
getTypeId()
Getter for property typeId. 
 | 
long | 
getWeekValue()
Getter for property weekValue. 
 | 
long | 
getYearValue()
Getter for property yearValue. 
 | 
void | 
setDayValue(long dayValue)
Setter for property dayValue. 
 | 
void | 
setHourValue(long hourValue)
Setter for property hourValue. 
 | 
void | 
setId(java.lang.Long id)
Setter for property id. 
 | 
void | 
setLastResetTime(java.util.Date lastResetTime)
Setter for property lastResetTime. 
 | 
void | 
setMinuteValue(long minuteValue)
Setter for property minuteValue. 
 | 
void | 
setMonthValue(long monthValue)
Setter for property monthValue. 
 | 
void | 
setTotalValue(long totalValue)
Setter for property totalValue. 
 | 
void | 
setTypeId(java.lang.String typeId)
Setter for property typeId. 
 | 
void | 
setWeekValue(long weekValue)
Setter for property weekValue. 
 | 
void | 
setYearValue(long yearValue)
Setter for property yearValue. 
 | 
id - typeId - totalValue - yearValue - monthValue - weekValue - dayValue - hourValue - minuteValue - lastResetTime - id - the id to settypeId - the typeId to settotalValue - the totalValue to setyearValue - the yearValue to setmonthValue - the monthValue to setweekValue - the weekValue to setdayValue - the dayValue to sethourValue - the hourValue to setminuteValue - the minuteValue to setlastResetTime - the lastResetTime to set