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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2588 - (show annotations) (download)
Sun Jun 14 15:11:23 2015 UTC (8 years, 11 months ago) by torben
File size: 491 byte(s)
Remove some unused code
1 package dk.daoas.fulddaekning;
2
3 public class BKConstants extends Constants {
4
5 protected final static double MAX_DISTANCE = 30.0;
6
7
8 @Override
9 public double getMaxDistance() {
10 return MAX_DISTANCE;
11 }
12
13 @Override
14 public int getMinPostnr() {
15 return 1000;
16 }
17
18 @Override
19 public int getMaxPostnr() {
20 return 4999;
21 }
22
23 @Override
24 public String getTableExtension() {
25 return "_bk";
26 }
27
28
29 @Override
30 public boolean doCheckHO() {
31 return true;
32 }
33 }

  ViewVC Help
Powered by ViewVC 1.1.20