logdog.ErrorReport.DAO.Summary
Class CountryReportInfo

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

public class CountryReportInfo
extends java.lang.Object

국가별 에러 정보를 가지고 있는 DataStore 클래스이다. 미구현

Since:
2012. 11. 19.오전 7:43:46 TODO
Author:
Karuana

Field Summary
(package private)  java.lang.String CountryCode
          국가 코드
private  int TotalOccurrences
          발견 횟수
private  com.google.appengine.api.datastore.Key VersionRateKey
          구분 키
 
Constructor Summary
CountryReportInfo(java.lang.String countryCode)
           
 
Method Summary
 java.lang.String getCountryCode()
           
 int getTotalOccurrences()
           
 com.google.appengine.api.datastore.Key getVersionRateKey()
           
 void UpdatedError()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VersionRateKey

private com.google.appengine.api.datastore.Key VersionRateKey
구분 키


CountryCode

java.lang.String CountryCode
국가 코드


TotalOccurrences

private int TotalOccurrences
발견 횟수

Constructor Detail

CountryReportInfo

public CountryReportInfo(java.lang.String countryCode)
Method Detail

getVersionRateKey

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

getCountryCode

public java.lang.String getCountryCode()

getTotalOccurrences

public int getTotalOccurrences()

UpdatedError

public void UpdatedError()