comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/WINFOArtifact.java @ 862:c9549074ecd1

Parse Artifact's 'background-processing' attribute and lock the UI if this attribute is true. flys-client/trunk@2669 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 07 Sep 2011 13:57:28 +0000
parents 7f7f6d2c4b2c
children d5fb88ba99d2
comparison
equal deleted inserted replaced
861:65204f30877b 862:c9549074ecd1
19 public WINFOArtifact(String uuid, String hash) { 19 public WINFOArtifact(String uuid, String hash) {
20 super(uuid, hash); 20 super(uuid, hash);
21 } 21 }
22 22
23 23
24 public WINFOArtifact(String uuid, String hash, boolean inBackground) {
25 super(uuid, hash, inBackground);
26 }
27
28
24 public String getName() { 29 public String getName() {
25 return NAME; 30 return NAME;
26 } 31 }
27 } 32 }
28 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 33 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org