comparison gwt-client/src/main/java/org/dive4elements/river/client/shared/model/Artifact.java @ 9070:611a523fc42f

VegetationZoneAccessHelper, VegetationTablePanels verbessert
author gernotbelger
date Tue, 15 May 2018 18:04:36 +0200
parents ea9eef426962
children
comparison
equal deleted inserted replaced
9069:1ffd38826175 9070:611a523fc42f
8 8
9 package org.dive4elements.river.client.shared.model; 9 package org.dive4elements.river.client.shared.model;
10 10
11 import java.io.Serializable; 11 import java.io.Serializable;
12 import java.util.List; 12 import java.util.List;
13
14 13
15 /** 14 /**
16 * This class represents an artifact for the client. It contains the necessary 15 * This class represents an artifact for the client. It contains the necessary
17 * information for the client and the communication with the artifact server. 16 * information for the client and the communication with the artifact server.
18 * 17 *
25 * 24 *
26 * @return the UUID. 25 * @return the UUID.
27 */ 26 */
28 public String getUuid(); 27 public String getUuid();
29 28
30
31 /** 29 /**
32 * Returns the hash of the artifact. 30 * Returns the hash of the artifact.
33 * 31 *
34 * @return the hash. 32 * @return the hash.
35 */ 33 */
36 public String getHash(); 34 public String getHash();
37
38 35
39 /** 36 /**
40 * Returns the name of the artifact. 37 * Returns the name of the artifact.
41 * This happens to be the factory name, too. 38 * This happens to be the factory name, too.
42 * 39 *
49 * 46 *
50 * @return the artifact description. 47 * @return the artifact description.
51 */ 48 */
52 public ArtifactDescription getArtifactDescription(); 49 public ArtifactDescription getArtifactDescription();
53 50
54
55 /** 51 /**
56 * Returns true, if the Artifact is in Background mode. 52 * Returns true, if the Artifact is in Background mode.
57 * 53 *
58 * @return true, if the artifact is in background mode. 54 * @return true, if the artifact is in background mode.
59 */ 55 */
60 public boolean isInBackground(); 56 public boolean isInBackground();
61
62 57
63 /** 58 /**
64 * Return a list of background messages. 59 * Return a list of background messages.
65 * 60 *
66 * @return a list of background messages. 61 * @return a list of background messages.
67 */ 62 */
68 public List<CalculationMessage> getBackgroundMessages(); 63 public List<CalculationMessage> getBackgroundMessages();
69 64
70
71 /** 65 /**
72 * Sets a new ArtifactDescription. 66 * Sets a new ArtifactDescription.
73 * 67 *
74 * @param artifactDescription The new artifact description. 68 * @param artifactDescription
69 * The new artifact description.
75 */ 70 */
76 public void setArtifactDescription(ArtifactDescription artifactDescription); 71 public void setArtifactDescription(ArtifactDescription artifactDescription);
77 } 72 }
78 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 73 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org