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

Removed a bug in the DefaultTheme that prevented setting the artifact of a Theme correctly. flys-client/trunk@2004 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 25 May 2011 14:50:37 +0000
parents ba238f917b94
children 39d9291513cc
comparison
equal deleted inserted replaced
524:ba238f917b94 525:fc994da131f9
20 20
21 21
22 public DefaultTheme(int pos, boolean active, String art, String facet) { 22 public DefaultTheme(int pos, boolean active, String art, String facet) {
23 this.position = pos; 23 this.position = pos;
24 this.active = active; 24 this.active = active;
25 this.artifact = artifact; 25 this.artifact = art;
26 this.facet = facet; 26 this.facet = facet;
27 } 27 }
28 28
29 29
30 public int getPosition() { 30 public int getPosition() {

http://dive4elements.wald.intevation.org