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

Added a new method that returns the UUID of a Collection. flys-client/trunk@1313 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Fri, 11 Feb 2011 09:45:59 +0000
parents 9cf5a40b62c7
children 6cb8aff3cd6b
comparison
equal deleted inserted replaced
4:89976499e013 5:14bf7895a2ec
22 public DefaultCollection(String uuid) { 22 public DefaultCollection(String uuid) {
23 this.uuid = uuid; 23 this.uuid = uuid;
24 } 24 }
25 25
26 26
27 public String identifier() {
28 return uuid;
29 }
30
31
27 public Date getLastAccess() { 32 public Date getLastAccess() {
28 return new Date(); 33 return new Date();
29 } 34 }
30 35
31 36

http://dive4elements.wald.intevation.org