logdog.ErrorReport.DAO.Summary
Class MonthReportInfo

java.lang.Object
  extended by logdog.ErrorReport.DAO.Summary.MonthReportInfo

public class MonthReportInfo
extends java.lang.Object

월별 에러 정보를 저장하기 위한 클래스

Since:
2012. 11. 19.오전 7:48:59 TODO
Author:
Karuana

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

MonthRateKey

private com.google.appengine.api.datastore.Key MonthRateKey
기본 키


Year

int Year
년도


Month

int Month


TotalCode

int TotalCode
YYYYMM


TotalOccurrences

private int TotalOccurrences
에러 횟수

Constructor Detail

MonthReportInfo

public MonthReportInfo()

MonthReportInfo

public MonthReportInfo(int year,
                       int month)
Method Detail

UpdatedError

public void UpdatedError()

getMonthRateKey

public com.google.appengine.api.datastore.Key getMonthRateKey()

getYear

public int getYear()

getMonth

public int getMonth()

getTotalOccurrences

public int getTotalOccurrences()