Mercurial > dive4elements > river
comparison flys-backend/src/main/java/de/intevation/seddb/model/TmpMesSchanged.java @ 3334:2ae732e2c65c
FLYS backend: Removed trailing whitespace.
flys-backend/trunk@4669 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Fri, 15 Jun 2012 09:20:49 +0000 |
parents | aa8ed778c8cc |
children | 18619c1e7c2a |
comparison
equal
deleted
inserted
replaced
3333:76c75c8b9ee0 | 3334:2ae732e2c65c |
---|---|
12 * TmpMesSchanged generated by hbm2java | 12 * TmpMesSchanged generated by hbm2java |
13 */ | 13 */ |
14 @Entity | 14 @Entity |
15 @Table(name="TMP_MES_SCHANGED" | 15 @Table(name="TMP_MES_SCHANGED" |
16 ,schema="SEDDB" | 16 ,schema="SEDDB" |
17 , uniqueConstraints = @UniqueConstraint(columnNames="MESSUNGID") | 17 , uniqueConstraints = @UniqueConstraint(columnNames="MESSUNGID") |
18 ) | 18 ) |
19 public class TmpMesSchanged implements java.io.Serializable { | 19 public class TmpMesSchanged implements java.io.Serializable { |
20 | 20 |
21 | 21 |
22 private long messungid; | 22 private long messungid; |
25 } | 25 } |
26 | 26 |
27 public TmpMesSchanged(long messungid) { | 27 public TmpMesSchanged(long messungid) { |
28 this.messungid = messungid; | 28 this.messungid = messungid; |
29 } | 29 } |
30 | |
31 @Id | |
32 | 30 |
33 | 31 @Id |
32 | |
33 | |
34 @Column(name="MESSUNGID", unique=true, nullable=false, precision=11, scale=0) | 34 @Column(name="MESSUNGID", unique=true, nullable=false, precision=11, scale=0) |
35 public long getMessungid() { | 35 public long getMessungid() { |
36 return this.messungid; | 36 return this.messungid; |
37 } | 37 } |
38 | 38 |
39 public void setMessungid(long messungid) { | 39 public void setMessungid(long messungid) { |
40 this.messungid = messungid; | 40 this.messungid = messungid; |
41 } | 41 } |
42 } | 42 } |