|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object logdog.ErrorReport.DAO.Summary.DayReportInfo
public class DayReportInfo
일별 에러 정보를 기록하기 위한 DataStore 객체이다.
Field Summary | |
---|---|
private com.google.appengine.api.datastore.Key |
DayRateKey
기본 키 |
private int |
MDay
날자코드 |
private int |
TotalCode
YearMMDD 형태로 저장되는 날짜 코드, 앱엔진의 부등호 두개 쿼리 안되는거 방지 |
private int |
TotalOccurrences
총 에러량 |
private int |
Year
년도 |
Constructor Summary | |
---|---|
DayReportInfo()
|
|
DayReportInfo(int year,
int mDay)
|
Method Summary | |
---|---|
com.google.appengine.api.datastore.Key |
getDayRateKey()
|
int |
getMDay()
|
int |
getTotalOccurrences()
|
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 DayRateKey
private int Year
private int MDay
private int TotalCode
private int TotalOccurrences
Constructor Detail |
---|
public DayReportInfo()
public DayReportInfo(int year, int mDay)
Method Detail |
---|
public void UpdatedError()
public com.google.appengine.api.datastore.Key getDayRateKey()
public int getYear()
public int getMDay()
public int getTotalOccurrences()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |