comparison flys-backend/src/main/java/de/intevation/flys/importer/ImportWst.java @ 482:3a99d0295006

Importer: Support parsing "zusaetzliche Laengsschnitte". flys-backend/trunk@1801 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 03 May 2011 11:32:11 +0000
parents db430bd9e0e0
children 67fd63e4ef66
comparison
equal deleted inserted replaced
481:73052199f9f6 482:3a99d0295006
46 } 46 }
47 47
48 public String getDescription() { 48 public String getDescription() {
49 return description; 49 return description;
50 } 50 }
51
52 public Integer getKind() {
53 return kind;
54 }
55
56 public void setKind(Integer kind) {
57 this.kind = kind;
58 }
59
51 60
52 public void setDescription(String description) { 61 public void setDescription(String description) {
53 this.description = description; 62 this.description = description;
54 } 63 }
55 64

http://dive4elements.wald.intevation.org