changeset 162:c217a12935a7

Added 's_messmethode.mmt_id' as messmethode to LProbeInfo.
author Raimund Renkert <rrenkert@intevation.de>
date Fri, 14 Jun 2013 17:30:13 +0200
parents 54305e5f9071
children b4bc655685aa
files src/main/java/de/intevation/lada/model/LProbeInfo.java
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/java/de/intevation/lada/model/LProbeInfo.java	Fri Jun 14 15:19:42 2013 +0200
+++ b/src/main/java/de/intevation/lada/model/LProbeInfo.java	Fri Jun 14 17:30:13 2013 +0200
@@ -87,6 +87,9 @@
 	@Column(name="umw_id")
 	private String umwId;
 
+	@Column(name="messmethode")
+	private String messmethode;
+
 	public LProbeInfo() {
 	}
 
@@ -290,4 +293,11 @@
 		this.umwId = umwId;
 	}
 
+    public String getMessmethode() {
+        return messmethode;
+    }
+
+    public void setMessmethode(String messmethode) {
+        this.messmethode = messmethode;
+    }
 }
\ No newline at end of file
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)