comparison backend/src/main/java/de/intevation/seddb/model/TmpGloChanged.java @ 5838:5aa05a7a34b7

Rename modules to more fitting names.
author Sascha L. Teichmann <teichmann@intevation.de>
date Thu, 25 Apr 2013 15:23:37 +0200
parents flys-backend/src/main/java/de/intevation/seddb/model/TmpGloChanged.java@18619c1e7c2a
children 4dd33b86dc61
comparison
equal deleted inserted replaced
5837:d9901a08d0a6 5838:5aa05a7a34b7
1 package org.dive4elements.seddb.model;
2 // Generated 14.06.2012 11:30:57 by Hibernate Tools 3.4.0.CR1
3
4
5 import javax.persistence.Column;
6 import javax.persistence.Entity;
7 import javax.persistence.Id;
8 import javax.persistence.Table;
9 import javax.persistence.UniqueConstraint;
10
11 /**
12 * TmpGloChanged generated by hbm2java
13 */
14 @Entity
15 @Table(name="TMP_GLO_CHANGED"
16 ,schema="SEDDB"
17 , uniqueConstraints = @UniqueConstraint(columnNames="GLOTRECHTEID")
18 )
19 public class TmpGloChanged implements java.io.Serializable {
20
21
22 private long glotrechteid;
23
24 public TmpGloChanged() {
25 }
26
27 public TmpGloChanged(long glotrechteid) {
28 this.glotrechteid = glotrechteid;
29 }
30
31 @Id
32
33
34 @Column(name="GLOTRECHTEID", unique=true, nullable=false, precision=11, scale=0)
35 public long getGlotrechteid() {
36 return this.glotrechteid;
37 }
38
39 public void setGlotrechteid(long glotrechteid) {
40 this.glotrechteid = glotrechteid;
41 }
42 }

http://dive4elements.wald.intevation.org