comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/DefaultTheme.java @ 529:a1048d310829

Changes in the chart theme panel will now have an effect on the themes stored at the collection. flys-client/trunk@2017 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Fri, 27 May 2011 08:53:22 +0000
parents 39d9291513cc
children 5277f46a63c2
comparison
equal deleted inserted replaced
528:39d9291513cc 529:a1048d310829
40 public boolean isActive() { 40 public boolean isActive() {
41 return active; 41 return active;
42 } 42 }
43 43
44 44
45 public void setActive(boolean active) {
46 this.active = active;
47 }
48
49
45 public String getArtifact() { 50 public String getArtifact() {
46 return artifact; 51 return artifact;
47 } 52 }
48 53
49 54

http://dive4elements.wald.intevation.org