comparison flys-backend/src/main/java/de/intevation/flys/importer/ImportRiver.java @ 5020:443c173f043a

ImportRiver: Added officialNumber field.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 19 Feb 2013 12:02:55 +0100
parents 51a353887871
children 25c180fa6162
comparison
equal deleted inserted replaced
5019:c872249ec9a9 5020:443c173f043a
104 104
105 public static final String MINFO_SQ_DIR = "Feststofftransport-Abfluss-Beziehung"; 105 public static final String MINFO_SQ_DIR = "Feststofftransport-Abfluss-Beziehung";
106 106
107 protected String name; 107 protected String name;
108 108
109 protected File wstFile; 109 protected Long officialNumber;
110 110
111 protected File bbInfoFile; 111 protected File wstFile;
112
113 protected File bbInfoFile;
112 114
113 protected List<ImportGauge> gauges; 115 protected List<ImportGauge> gauges;
114 116
115 protected List<ImportAnnotation> annotations; 117 protected List<ImportAnnotation> annotations;
116 118
231 return name; 233 return name;
232 } 234 }
233 235
234 public void setName(String name) { 236 public void setName(String name) {
235 this.name = name; 237 this.name = name;
238 }
239
240 public Long getOfficialNumber() {
241 return this.officialNumber;
242 }
243
244 public void setOfficialNumber(Long officialNumber) {
245 this.officialNumber = officialNumber;
236 } 246 }
237 247
238 public File getWstFile() { 248 public File getWstFile() {
239 return wstFile; 249 return wstFile;
240 } 250 }

http://dive4elements.wald.intevation.org