comparison flys-aft/src/main/java/de/intevation/aft/DIPSGauge.java @ 4097:83c72bc07591

Load all discharge tables from AFT and FLYS of a gauge which needs updating. flys-aft/trunk@3618 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 06 Jan 2012 18:32:08 +0000
parents aad1886ea226
children b195fede1c3b
comparison
equal deleted inserted replaced
4096:82f5266f881b 4097:83c72bc07591
91 91
92 protected int flysId; 92 protected int flysId;
93 93
94 protected String aftName; 94 protected String aftName;
95 95
96 protected Long officialNumber;
97
96 public DIPSGauge() { 98 public DIPSGauge() {
97 } 99 }
98 100
99 public DIPSGauge(Element element) { 101 public DIPSGauge(Element element) {
100 102
177 } 179 }
178 180
179 public Datum getLatestDatum() { 181 public Datum getLatestDatum() {
180 return datums.get(datums.size()-1); 182 return datums.get(datums.size()-1);
181 } 183 }
184
185 public Long getOfficialNumber() {
186 return officialNumber;
187 }
188
189 public void setOfficialNumber(Long officialNumber) {
190 this.officialNumber = officialNumber;
191 }
182 } 192 }
183 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 193 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org