comparison flys-backend/src/main/java/de/intevation/flys/importer/ImportSedimentDensityValue.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
14 Logger.getLogger(ImportSedimentDensityValue.class); 14 Logger.getLogger(ImportSedimentDensityValue.class);
15 15
16 16
17 protected SedimentDensityValue peer; 17 protected SedimentDensityValue peer;
18 18
19 protected ImportRange range; 19 protected BigDecimal station;
20 20
21 protected BigDecimal density; 21 protected BigDecimal density;
22 22
23 protected String description; 23 protected String description;
24
25
26 public ImportSedimentDensityValue(
27 BigDecimal station,
28 BigDecimal density,
29 String description
30 ) {
31 this.station = station;
32 this.density = density;
33 this.description = description;
34 }
24 35
25 36
26 public void storeDependencies(SedimentDensity sedimentDensity) { 37 public void storeDependencies(SedimentDensity sedimentDensity) {
27 log.info("store dependencies"); 38 log.info("store dependencies");
28 } 39 }

http://dive4elements.wald.intevation.org