comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/WstValueTable.java @ 632:07640ab913fd

First part of storing qs in ranges flys-artifacts/trunk@1997 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 24 May 2011 14:46:45 +0000
parents 4e0ca3890696
children d08f77e7f7e8
comparison
equal deleted inserted replaced
631:a9af60c84dca 632:07640ab913fd
28 public static class Column 28 public static class Column
29 implements Serializable 29 implements Serializable
30 { 30 {
31 protected String name; 31 protected String name;
32 32
33 protected QRangeTree qRangeTree;
34
33 public Column() { 35 public Column() {
34 } 36 }
35 37
36 public Column(String name) { 38 public Column(String name) {
37 this.name = name; 39 this.name = name;
41 return name; 43 return name;
42 } 44 }
43 45
44 public void setName(String name) { 46 public void setName(String name) {
45 this.name = name; 47 this.name = name;
48 }
49
50 public QRangeTree getQRangeTree() {
51 return qRangeTree;
52 }
53
54 public void setQRangeTree(QRangeTree qRangeTree) {
55 this.qRangeTree = qRangeTree;
46 } 56 }
47 } 57 }
48 // class Column 58 // class Column
49 59
50 public static class QPosition { 60 public static class QPosition {

http://dive4elements.wald.intevation.org