comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/DefaultTheme.java @ 804:374712890b94

Facets read from Collection's DESCRIBE document keep all their attributes after the Collection's attribute has been modified. flys-client/trunk@2362 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 19 Jul 2011 16:32:52 +0000
parents 5277f46a63c2
children aa2313e0f18d
comparison
equal deleted inserted replaced
803:653ae84533e7 804:374712890b94
8 8
9 protected int position; 9 protected int position;
10 10
11 protected int index; 11 protected int index;
12 12
13 protected boolean active; 13 protected int active;
14 14
15 protected String artifact; 15 protected String artifact;
16 16
17 protected String facet; 17 protected String facet;
18 18
24 24
25 25
26 public DefaultTheme( 26 public DefaultTheme(
27 int pos, 27 int pos,
28 int index, 28 int index,
29 boolean active, 29 int active,
30 String art, 30 String art,
31 String facet, 31 String facet,
32 String description) 32 String description)
33 { 33 {
34 this.position = pos; 34 this.position = pos;
53 public int getIndex() { 53 public int getIndex() {
54 return index; 54 return index;
55 } 55 }
56 56
57 57
58 public boolean isActive() { 58 public int getActive() {
59 return active; 59 return active;
60 } 60 }
61 61
62 62
63 public void setActive(boolean active) { 63 public void setActive(int active) {
64 this.active = active; 64 this.active = active;
65 } 65 }
66 66
67 67
68 public String getArtifact() { 68 public String getArtifact() {

http://dive4elements.wald.intevation.org