comparison gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DefaultCollection.java @ 6541:4b42ab2e9060

doc cosmetic.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Fri, 05 Jul 2013 09:36:14 +0200
parents 24ca2f683c00
children 5e38e2924c07
comparison
equal deleted inserted replaced
6540:24ca2f683c00 6541:4b42ab2e9060
309 public boolean hasItems() { 309 public boolean hasItems() {
310 return items.isEmpty(); 310 return items.isEmpty();
311 } 311 }
312 312
313 /** 313 /**
314 * Returns the name of the collection or uuid if no name is set 314 * Returns the name of the collection or uuid if no name is set.
315 */ 315 */
316 @Override 316 @Override
317 public String getDisplayName() { 317 public String getDisplayName() {
318 if (this.name != null) { 318 if (this.name != null) {
319 return this.name; 319 return this.name;

http://dive4elements.wald.intevation.org