comparison backend/src/main/java/org/dive4elements/river/importer/ImportRange.java @ 8412:17db08570637

SCHEMA CHANGE: removed superfluous columns station and river_id from measurement_stations and adapted other components accordingly.
author Tom Gottfried <tom@intevation.de>
date Wed, 15 Oct 2014 19:20:26 +0200
parents 9d2e69f971f5
children 5e38e2924c07
comparison
equal deleted inserted replaced
8411:b8c6cb36607e 8412:17db08570637
26 protected BigDecimal b; 26 protected BigDecimal b;
27 27
28 protected Range peer; 28 protected Range peer;
29 29
30 public ImportRange() { 30 public ImportRange() {
31 }
32
33 public ImportRange(BigDecimal a) {
34 this.a = a;
35 this.b = null;
31 } 36 }
32 37
33 public ImportRange(BigDecimal a, BigDecimal b) { 38 public ImportRange(BigDecimal a, BigDecimal b) {
34 39
35 // enforce a<b and set only a for zero-length ranges 40 // enforce a<b and set only a for zero-length ranges

http://dive4elements.wald.intevation.org