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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2364 - (hide annotations) (download)
Tue Feb 24 11:48:58 2015 UTC (9 years, 3 months ago) by torben
File size: 680 byte(s)
Cleanup
1 torben 2337 package dk.daoas.daoadresseservice.beans;
2    
3 torben 2338
4 torben 2337 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 torben 2338 public long elapsed;
12     public String buildTime;
13 torben 2337
14 torben 2338
15 torben 2337 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 torben 2338
34    
35     public long getElapsed() {
36     return elapsed;
37     }
38    
39    
40     public String getBuildTime() {
41     return buildTime;
42     }
43 torben 2337
44    
45    
46     }

  ViewVC Help
Powered by ViewVC 1.1.20