changeset 113:816444ca259b

Fixed ort_id column in LOrt.
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 12 Jun 2013 14:40:13 +0200
parents 094e4c344c08
children 7c36f3e19934
files src/main/java/de/intevation/lada/model/LOrt.java
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/java/de/intevation/lada/model/LOrt.java	Wed Jun 12 14:39:29 2013 +0200
+++ b/src/main/java/de/intevation/lada/model/LOrt.java	Wed Jun 12 14:40:13 2013 +0200
@@ -56,12 +56,12 @@
 		this.POrtId = POrtId;
 	}
 
-	@JoinColumn(name = "ort_id", nullable = false)
-	public Long getOrt() {
+	@Column(name = "ort_id", nullable = false)
+	public Long getOrtId() {
 		return this.ortId;
 	}
 
-	public void setOrt(Long ortId) {
+	public void setOrtId(Long ortId) {
 		this.ortId = ortId;
 	}
 
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)