diff flys-backend/src/main/java/de/intevation/seddb/model/SlotlinksId.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/SlotlinksId.java	Thu Jun 14 15:39:42 2012 +0000
+++ b/flys-backend/src/main/java/de/intevation/seddb/model/SlotlinksId.java	Fri Jun 15 09:20:49 2012 +0000
@@ -48,14 +48,14 @@
        this.uferablinks = uferablinks;
        this.linksabst = linksabst;
     }
-   
+
 
 
     @Column(name="SLOTRECHTEID", nullable=false, precision=11, scale=0)
     public long getSlotrechteid() {
         return this.slotrechteid;
     }
-    
+
     public void setSlotrechteid(long slotrechteid) {
         this.slotrechteid = slotrechteid;
     }
@@ -65,7 +65,7 @@
     public long getMessungid() {
         return this.messungid;
     }
-    
+
     public void setMessungid(long messungid) {
         this.messungid = messungid;
     }
@@ -75,7 +75,7 @@
     public BigDecimal getUferabst() {
         return this.uferabst;
     }
-    
+
     public void setUferabst(BigDecimal uferabst) {
         this.uferabst = uferabst;
     }
@@ -85,7 +85,7 @@
     public BigDecimal getTsand() {
         return this.tsand;
     }
-    
+
     public void setTsand(BigDecimal tsand) {
         this.tsand = tsand;
     }
@@ -95,7 +95,7 @@
     public BigDecimal getTschweb() {
         return this.tschweb;
     }
-    
+
     public void setTschweb(BigDecimal tschweb) {
         this.tschweb = tschweb;
     }
@@ -105,7 +105,7 @@
     public BigDecimal getFv() {
         return this.fv;
     }
-    
+
     public void setFv(BigDecimal fv) {
         this.fv = fv;
     }
@@ -115,7 +115,7 @@
     public BigDecimal getVm() {
         return this.vm;
     }
-    
+
     public void setVm(BigDecimal vm) {
         this.vm = vm;
     }
@@ -125,7 +125,7 @@
     public BigDecimal getTiefe() {
         return this.tiefe;
     }
-    
+
     public void setTiefe(BigDecimal tiefe) {
         this.tiefe = tiefe;
     }
@@ -135,7 +135,7 @@
     public BigDecimal getVsohle() {
         return this.vsohle;
     }
-    
+
     public void setVsohle(BigDecimal vsohle) {
         this.vsohle = vsohle;
     }
@@ -145,7 +145,7 @@
     public String getBemerkung() {
         return this.bemerkung;
     }
-    
+
     public void setBemerkung(String bemerkung) {
         this.bemerkung = bemerkung;
     }
@@ -155,7 +155,7 @@
     public BigDecimal getUferablinks() {
         return this.uferablinks;
     }
-    
+
     public void setUferablinks(BigDecimal uferablinks) {
         this.uferablinks = uferablinks;
     }
@@ -165,7 +165,7 @@
     public BigDecimal getLinksabst() {
         return this.linksabst;
     }
-    
+
     public void setLinksabst(BigDecimal linksabst) {
         this.linksabst = linksabst;
     }
@@ -175,8 +175,8 @@
          if ( (this == other ) ) return true;
 		 if ( (other == null ) ) return false;
 		 if ( !(other instanceof SlotlinksId) ) return false;
-		 SlotlinksId castOther = ( SlotlinksId ) other; 
-         
+		 SlotlinksId castOther = ( SlotlinksId ) other;
+
 		 return (this.getSlotrechteid()==castOther.getSlotrechteid())
  && (this.getMessungid()==castOther.getMessungid())
  && ( (this.getUferabst()==castOther.getUferabst()) || ( this.getUferabst()!=null && castOther.getUferabst()!=null && this.getUferabst().equals(castOther.getUferabst()) ) )
@@ -190,10 +190,10 @@
  && ( (this.getUferablinks()==castOther.getUferablinks()) || ( this.getUferablinks()!=null && castOther.getUferablinks()!=null && this.getUferablinks().equals(castOther.getUferablinks()) ) )
  && ( (this.getLinksabst()==castOther.getLinksabst()) || ( this.getLinksabst()!=null && castOther.getLinksabst()!=null && this.getLinksabst().equals(castOther.getLinksabst()) ) );
    }
-   
+
    public int hashCode() {
          int result = 17;
-         
+
          result = 37 * result + (int) this.getSlotrechteid();
          result = 37 * result + (int) this.getMessungid();
          result = 37 * result + ( getUferabst() == null ? 0 : this.getUferabst().hashCode() );
@@ -207,5 +207,5 @@
          result = 37 * result + ( getUferablinks() == null ? 0 : this.getUferablinks().hashCode() );
          result = 37 * result + ( getLinksabst() == null ? 0 : this.getLinksabst().hashCode() );
          return result;
-   }   
+   }
 }

http://dive4elements.wald.intevation.org