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

#366 Modifications on theme description in theme panels are now persisted to artifact server. flys-client/trunk@2976 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 17 Oct 2011 09:18:22 +0000
parents 374712890b94
children 290d5687f202
comparison
equal deleted inserted replaced
1330:ece7d9484574 1331:aa2313e0f18d
78 public String getDescription() { 78 public String getDescription() {
79 return description; 79 return description;
80 } 80 }
81 81
82 82
83 public void setDescription(String description) {
84 this.description = description;
85 }
86
87
83 public boolean equals(Object o) { 88 public boolean equals(Object o) {
84 if (!(o instanceof DefaultTheme)) { 89 if (!(o instanceof DefaultTheme)) {
85 return false; 90 return false;
86 } 91 }
87 92

http://dive4elements.wald.intevation.org