comparison artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/flood_duration/DurationWaterlevel.java @ 9205:3dae6b78e1da

inundationDuration/floodDuration multiple columns+chartLines refactoring
author gernotbelger
date Mon, 02 Jul 2018 19:01:09 +0200
parents e6b63b2b41b9
children 4e6111f87dda
comparison
equal deleted inserted replaced
9204:4f411c6ee3ae 9205:3dae6b78e1da
30 this.q = q; 30 this.q = q;
31 this.bezeichnung = bezeichnung; 31 this.bezeichnung = bezeichnung;
32 this.floodDurDaysPerYear = floodDurDaysPerYear; 32 this.floodDurDaysPerYear = floodDurDaysPerYear;
33 } 33 }
34 34
35 public double getWaterlevel() {
36 return this.w;
37 }
38
39 public int getFloodDurDaysPerYear() {
40 return this.floodDurDaysPerYear;
41 }
42
35 public String getFloodDurDaysPerYearFormatted() { 43 public String getFloodDurDaysPerYearFormatted() {
36 return String.valueOf(this.floodDurDaysPerYear); 44 return String.valueOf(this.floodDurDaysPerYear);
37 } 45 }
38 46
39 public String getBezeichnung() { 47 public String getBezeichnung() {

http://dive4elements.wald.intevation.org