comparison flys-backend/src/main/java/de/intevation/flys/importer/ImportSedimentDensity.java @ 2816:70b4a31a3306

Implemented the method stubs of the parser for sediment density and made some db schema adaptions. flys-backend/trunk@4233 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Fri, 13 Apr 2012 10:59:15 +0000
parents f121c0f456ab
children 8979f2294af9
comparison
equal deleted inserted replaced
2815:3febaed762b8 2816:70b4a31a3306
16 16
17 protected SedimentDensity peer; 17 protected SedimentDensity peer;
18 18
19 protected ImportDepth depth; 19 protected ImportDepth depth;
20 20
21 protected ImportUnit unit;
22
21 protected List<ImportSedimentDensityValue> values; 23 protected List<ImportSedimentDensityValue> values;
22 24
23 25
24 public ImportSedimentDensity() { 26 public ImportSedimentDensity() {
25 values = new ArrayList<ImportSedimentDensityValue>(); 27 values = new ArrayList<ImportSedimentDensityValue>();
26 } 28 }
27 29
28 30
29 public void setDepth(ImportDepth depth) { 31 public void setDepth(ImportDepth depth) {
30 this.depth = depth; 32 this.depth = depth;
33 }
34
35
36 public void setUnit(ImportUnit unit) {
37 this.unit = unit;
31 } 38 }
32 39
33 40
34 public void addValue(ImportSedimentDensityValue value) { 41 public void addValue(ImportSedimentDensityValue value) {
35 values.add(value); 42 values.add(value);

http://dive4elements.wald.intevation.org