comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/access/FixRealizingAccess.java @ 3456:c1fd75bd893a

Fix data names in access for fixrealizing. flys-artifacts/trunk@5122 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 25 Jul 2012 10:07:08 +0000
parents da7cf0e3ccaa
children acfd48384835
comparison
equal deleted inserted replaced
3455:1de62ac261f7 3456:c1fd75bd893a
24 super(artifact); 24 super(artifact);
25 } 25 }
26 26
27 public Boolean isQ() { 27 public Boolean isQ() {
28 if (isQ == null) { 28 if (isQ == null) {
29 isQ = getBoolean("fix_isq"); 29 isQ = getBoolean("wq_isq");
30 } 30 }
31 31
32 if (log.isDebugEnabled()) { 32 if (log.isDebugEnabled()) {
33 log.debug("isQ: " + isQ); 33 log.debug("isQ: " + isQ);
34 } 34 }
36 return isQ; 36 return isQ;
37 } 37 }
38 38
39 public List<Segment> getSegments() { 39 public List<Segment> getSegments() {
40 if (segments == null) { 40 if (segments == null) {
41 String segmentsS = getString("fix_segments"); 41 String segmentsS = getString("wq_values");
42 if (segmentsS != null) { 42 if (segmentsS != null) {
43 segments = Segment.parseSegments(segmentsS); 43 segments = Segment.parseSegments(segmentsS);
44 } 44 }
45 } 45 }
46 if (log.isDebugEnabled()) { 46 if (log.isDebugEnabled()) {

http://dive4elements.wald.intevation.org