/[projects]/dao/FuldDaekningWorker/src/dk/daoas/fulddaekning/Statistik.java
ViewVC logotype

Contents of /dao/FuldDaekningWorker/src/dk/daoas/fulddaekning/Statistik.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2241 - (show annotations) (download)
Wed Dec 10 09:50:33 2014 UTC (9 years, 5 months ago) by torben
File size: 409 byte(s)
Move main() to it's own class
1 package dk.daoas.fulddaekning;
2
3 public class Statistik {
4 String postnr;
5 int antalDaekkede = 0;
6 int antalIkkeDaekkede = 0;
7 int totalDataset = 0;
8 long forbrugtTid = 0;
9
10
11 @Override
12 public String toString() {
13 return "postnr=" + postnr + " antalIkkeDaekkede=" + antalIkkeDaekkede + " antalDaekkede=" + antalDaekkede + " forbrugtTid=" + forbrugtTid + " totalDataset=" + totalDataset;
14 }
15 }

  ViewVC Help
Powered by ViewVC 1.1.20