comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/Recommendation.java @ 844:ac70261bb3f8

Allow passing no master artifact to RPC service when creating new artifact. flys-client/trunk@2566 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 24 Aug 2011 14:31:13 +0000
parents 6a1cd38e6e18
children 4db672cdacb2
comparison
equal deleted inserted replaced
843:78ef14dc1877 844:ac70261bb3f8
7 */ 7 */
8 public class Recommendation implements Serializable { 8 public class Recommendation implements Serializable {
9 9
10 protected String factory; 10 protected String factory;
11 protected String ids; 11 protected String ids;
12 12 protected String masterArtifact;
13 13
14 public Recommendation() { 14 public Recommendation() {
15 } 15 }
16 16
17 17
27 27
28 28
29 public String getIDs() { 29 public String getIDs() {
30 return ids; 30 return ids;
31 } 31 }
32
33 public String getMasterArtifact() {
34 return masterArtifact;
35 }
36
37 public void setMasterArtifact(String masterArtifact) {
38 this.masterArtifact = masterArtifact;
39 }
32 } 40 }
33 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 41 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org