diff flys-backend/src/main/java/de/intevation/seddb/model/Bild.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
line wrap: on
line diff
--- a/flys-backend/src/main/java/de/intevation/seddb/model/Bild.java	Thu Jun 14 15:39:42 2012 +0000
+++ b/flys-backend/src/main/java/de/intevation/seddb/model/Bild.java	Fri Jun 15 09:20:49 2012 +0000
@@ -59,15 +59,15 @@
        this.typmittel = typmittel;
        this.typgross = typgross;
     }
-   
-     @Id 
 
-    
+     @Id
+
+
     @Column(name="BILDID", unique=true, nullable=false, precision=11, scale=0)
     public long getBildid() {
         return this.bildid;
     }
-    
+
     public void setBildid(long bildid) {
         this.bildid = bildid;
     }
@@ -77,7 +77,7 @@
     public Zzthema getZzthema() {
         return this.zzthema;
     }
-    
+
     public void setZzthema(Zzthema zzthema) {
         this.zzthema = zzthema;
     }
@@ -87,107 +87,107 @@
     public Sohltest getSohltest() {
         return this.sohltest;
     }
-    
+
     public void setSohltest(Sohltest sohltest) {
         this.sohltest = sohltest;
     }
 
-    
+
     @Column(name="LFDNR", nullable=false, precision=5, scale=0)
     public int getLfdnr() {
         return this.lfdnr;
     }
-    
+
     public void setLfdnr(int lfdnr) {
         this.lfdnr = lfdnr;
     }
 
-    
+
     @Column(name="ISTDIGITAL", nullable=false, precision=1, scale=0)
     public boolean isIstdigital() {
         return this.istdigital;
     }
-    
+
     public void setIstdigital(boolean istdigital) {
         this.istdigital = istdigital;
     }
 
-    
+
     @Column(name="PFAD", length=512)
     public String getPfad() {
         return this.pfad;
     }
-    
+
     public void setPfad(String pfad) {
         this.pfad = pfad;
     }
 
-    
+
     @Column(name="STANDORT", length=50)
     public String getStandort() {
         return this.standort;
     }
-    
+
     public void setStandort(String standort) {
         this.standort = standort;
     }
 
-    
+
     @Column(name="MEDIUM", length=50)
     public String getMedium() {
         return this.medium;
     }
-    
+
     public void setMedium(String medium) {
         this.medium = medium;
     }
 
-    
+
     @Column(name="MEDPFAD", length=50)
     public String getMedpfad() {
         return this.medpfad;
     }
-    
+
     public void setMedpfad(String medpfad) {
         this.medpfad = medpfad;
     }
 
-    
+
     @Column(name="BEMERKUNG", length=240)
     public String getBemerkung() {
         return this.bemerkung;
     }
-    
+
     public void setBemerkung(String bemerkung) {
         this.bemerkung = bemerkung;
     }
 
-    
+
     @Column(name="TYPKLEIN", length=8)
     public String getTypklein() {
         return this.typklein;
     }
-    
+
     public void setTypklein(String typklein) {
         this.typklein = typklein;
     }
 
-    
+
     @Column(name="TYPMITTEL", length=8)
     public String getTypmittel() {
         return this.typmittel;
     }
-    
+
     public void setTypmittel(String typmittel) {
         this.typmittel = typmittel;
     }
 
-    
+
     @Column(name="TYPGROSS", length=8)
     public String getTypgross() {
         return this.typgross;
     }
-    
+
     public void setTypgross(String typgross) {
         this.typgross = typgross;
     }

http://dive4elements.wald.intevation.org