|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object logdog.ErrorReport.DAO.Summary.MonthReportInfo
public class MonthReportInfo
월별 에러 정보를 저장하기 위한 클래스
Field Summary | |
---|---|
(package private) int |
Month
월 |
private com.google.appengine.api.datastore.Key |
MonthRateKey
기본 키 |
(package private) int |
TotalCode
YYYYMM |
private int |
TotalOccurrences
에러 횟수 |
(package private) int |
Year
년도 |
Constructor Summary | |
---|---|
MonthReportInfo()
|
|
MonthReportInfo(int year,
int month)
|
Method Summary | |
---|---|
int |
getMonth()
|
com.google.appengine.api.datastore.Key |
getMonthRateKey()
|
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 MonthRateKey
int Year
int Month
int TotalCode
private int TotalOccurrences
Constructor Detail |
---|
public MonthReportInfo()
public MonthReportInfo(int year, int month)
Method Detail |
---|
public void UpdatedError()
public com.google.appengine.api.datastore.Key getMonthRateKey()
public int getYear()
public int getMonth()
public int getTotalOccurrences()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |