/[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 2337 - (show annotations) (download)
Mon Feb 23 12:30:41 2015 UTC (9 years, 2 months ago) by torben
File size: 507 byte(s)
First version of admin page and data reload
1 package dk.daoas.daoadresseservice.beans;
2
3 public class DataStatisticsBean {
4
5 public int direkteCount = 0;
6 public int extendedCount = 0;
7 public int hundredePctCount = 0;
8 public int ikkeDaekketCount = 0;
9
10
11 public int getDirekteCount() {
12 return direkteCount;
13 }
14
15
16 public int getExtendedCount() {
17 return extendedCount;
18 }
19
20
21 public int getHundredePctCount() {
22 return hundredePctCount;
23 }
24
25
26 public int getIkkeDaekketCount() {
27 return ikkeDaekketCount;
28 }
29
30
31
32 }

  ViewVC Help
Powered by ViewVC 1.1.20