|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object logdog.ErrorReport.DAO.Summary.WeekReportInfo
public class WeekReportInfo
주간 에러 량을 저장하기 위한 클래스
Field Summary | |
---|---|
private int |
TotalCode
YYYYWW |
private int |
TotalOccurrences
에러 횟수 |
private int |
Week
주 |
private com.google.appengine.api.datastore.Key |
WeekRateKey
기본 키 |
private int |
Year
년도 |
Constructor Summary | |
---|---|
WeekReportInfo()
|
|
WeekReportInfo(int year,
int week)
|
Method Summary | |
---|---|
com.google.appengine.api.datastore.Key |
getMonthRateKey()
|
int |
getTotalOccurrences()
|
int |
getWeek()
|
int |
getYear()
|
void |
UpdatedError()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private com.google.appengine.api.datastore.Key WeekRateKey
private int Year
private int Week
private int TotalCode
private int TotalOccurrences
Constructor Detail |
---|
public WeekReportInfo()
public WeekReportInfo(int year, int week)
Method Detail |
---|
public void UpdatedError()
public com.google.appengine.api.datastore.Key getMonthRateKey()
public int getYear()
public int getWeek()
public int getTotalOccurrences()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |