comparison artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/predefinedflowdepth/PredefinedFlowDepthColumnAccess.java @ 9112:189cc8ededbd

Added datacage select and chart display for river channel sizes loaded from database
author mschaefer
date Mon, 04 Jun 2018 08:36:09 +0200
parents 611a523fc42f
children
comparison
equal deleted inserted replaced
9111:ee77e544e890 9112:189cc8ededbd
32 32
33 public PredefinedFlowDepthColumnAccess(final D4EArtifact artifact) { 33 public PredefinedFlowDepthColumnAccess(final D4EArtifact artifact) {
34 super(artifact); 34 super(artifact);
35 } 35 }
36 36
37 /***** METHDOS *****/ 37 /***** METHODS *****/
38 38
39 public Integer getSeriesId() { 39 public Integer getSeriesId() {
40 if (this.seriesId == null) { 40 if (this.seriesId == null) {
41 this.seriesId = getInteger("flowdepth_id"); 41 this.seriesId = getInteger("flowdepth_id");
42 } 42 }

http://dive4elements.wald.intevation.org