comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/DefaultCollection.java @ 597:14e5e51a7de4

Improved the project list - listeners are notified after setting the name and ttl of a project. flys-client/trunk@2199 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 22 Jun 2011 10:14:57 +0000
parents 53ad6dd2cb2b
children e9337488bac3
comparison
equal deleted inserted replaced
596:3f094045d512 597:14e5e51a7de4
108 public long getTTL() { 108 public long getTTL() {
109 return ttl; 109 return ttl;
110 } 110 }
111 111
112 112
113 public void setTTL(long ttl) {
114 this.ttl = ttl;
115 }
116
117
113 public String getName() { 118 public String getName() {
114 return name; 119 return name;
120 }
121
122
123 public void setName(String name) {
124 this.name = name;
115 } 125 }
116 126
117 127
118 public void addItem(CollectionItem item) { 128 public void addItem(CollectionItem item) {
119 if (item != null) { 129 if (item != null) {

http://dive4elements.wald.intevation.org