/[projects]/dao/DaoAdresseService/src/dk/daoas/daoadresseservice/beans/DataStatisticsBean.java
ViewVC logotype

Contents of /dao/DaoAdresseService/src/dk/daoas/daoadresseservice/beans/DataStatisticsBean.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2364 - (show annotations) (download)
Tue Feb 24 11:48:58 2015 UTC (9 years, 2 months ago) by torben
File size: 680 byte(s)
Cleanup
1 package dk.daoas.daoadresseservice.beans;
2
3
4 public class DataStatisticsBean {
5
6 public int direkteCount = 0;
7 public int extendedCount = 0;
8 public int hundredePctCount = 0;
9 public int ikkeDaekketCount = 0;
10
11 public long elapsed;
12 public String buildTime;
13
14
15 public int getDirekteCount() {
16 return direkteCount;
17 }
18
19
20 public int getExtendedCount() {
21 return extendedCount;
22 }
23
24
25 public int getHundredePctCount() {
26 return hundredePctCount;
27 }
28
29
30 public int getIkkeDaekketCount() {
31 return ikkeDaekketCount;
32 }
33
34
35 public long getElapsed() {
36 return elapsed;
37 }
38
39
40 public String getBuildTime() {
41 return buildTime;
42 }
43
44
45
46 }

  ViewVC Help
Powered by ViewVC 1.1.20