|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlogdog.DashBoard.DTO.Json.Highcharts.MonthReport
public class MonthReport
월별 그래프를 그리기 위한 Json 탬플릿이다.
Field Summary | |
---|---|
private java.util.ArrayList<java.lang.String> |
Months
그래프에 표시될 일자가 저장된다. |
private java.util.ArrayList<java.lang.Integer> |
ReportRate
각 요일별 에러량이 저장된다. |
Constructor Summary | |
---|---|
MonthReport()
|
Method Summary | |
---|---|
void |
AddMonth(int year,
int month)
입력받은 Year + Month를 기반으로 Month에 값을 넣는다. |
void |
AddReportRate(int rate)
에러율을 더한다. |
int |
getSize()
리포트의 사이즈를 얻어온다. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.util.ArrayList<java.lang.String> Months
private java.util.ArrayList<java.lang.Integer> ReportRate
Constructor Detail |
---|
public MonthReport()
Method Detail |
---|
public void AddMonth(int year, int month)
year
- month
- public void AddReportRate(int rate)
rate
- public int getSize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |