comparison artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/predefineddepthevol/PredefinedDepthEvolAccess.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
30 30
31 public PredefinedDepthEvolAccess(final D4EArtifact artifact) { 31 public PredefinedDepthEvolAccess(final D4EArtifact artifact) {
32 super(artifact); 32 super(artifact);
33 } 33 }
34 34
35 /***** METHDOS *****/ 35 /***** METHODS *****/
36 36
37 public Integer getId() { 37 public Integer getId() {
38 if (this.id == null) { 38 if (this.id == null) {
39 this.id = getInteger("depthevol_id"); 39 this.id = getInteger("depthevol_id");
40 } 40 }

http://dive4elements.wald.intevation.org