comparison flys-backend/src/main/java/de/intevation/seddb/model/Messunglotcount.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
25 } 25 }
26 26
27 public Messunglotcount(MessunglotcountId id) { 27 public Messunglotcount(MessunglotcountId id) {
28 this.id = id; 28 this.id = id;
29 } 29 }
30 30
31 @EmbeddedId 31 @EmbeddedId
32 32
33 33
34 @AttributeOverrides( { 34 @AttributeOverrides( {
35 @AttributeOverride(name="messungid", column=@Column(name="MESSUNGID", nullable=false, precision=11, scale=0) ), 35 @AttributeOverride(name="messungid", column=@Column(name="MESSUNGID", nullable=false, precision=11, scale=0) ),
36 @AttributeOverride(name="glotcount", column=@Column(name="GLOTCOUNT", precision=22, scale=0) ), 36 @AttributeOverride(name="glotcount", column=@Column(name="GLOTCOUNT", precision=22, scale=0) ),
37 @AttributeOverride(name="slotcount", column=@Column(name="SLOTCOUNT", precision=22, scale=0) ) } ) 37 @AttributeOverride(name="slotcount", column=@Column(name="SLOTCOUNT", precision=22, scale=0) ) } )
38 public MessunglotcountId getId() { 38 public MessunglotcountId getId() {
39 return this.id; 39 return this.id;
40 } 40 }
41 41
42 public void setId(MessunglotcountId id) { 42 public void setId(MessunglotcountId id) {
43 this.id = id; 43 this.id = id;
44 } 44 }
45 } 45 }

http://dive4elements.wald.intevation.org