comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/Recommendation.java @ 1352:01b18db3b288

In WDiff datacage input make names survive backjumps. flys-client/trunk@3027 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 19 Oct 2011 11:08:03 +0000
parents 46a4b74d87bf
children 4a6814be92ba
comparison
equal deleted inserted replaced
1351:19f621663b7a 1352:01b18db3b288
99 99
100 protected String factory; 100 protected String factory;
101 protected String ids; 101 protected String ids;
102 protected String masterArtifact; 102 protected String masterArtifact;
103 protected Filter filter; 103 protected Filter filter;
104 protected String displayName = null;
104 105
105 public Recommendation() { 106 public Recommendation() {
106 } 107 }
107 108
108 public Recommendation(String factory, String ids) { 109 public Recommendation(String factory, String ids) {
125 return factory; 126 return factory;
126 } 127 }
127 128
128 public void setFactory(String factory) { 129 public void setFactory(String factory) {
129 this.factory = factory; 130 this.factory = factory;
131 }
132
133 public void setDisplayName(String displayName) {
134 this.displayName = displayName;
135 }
136
137 public String getDisplayName() {
138 return this.displayName;
130 } 139 }
131 140
132 public String getIDs() { 141 public String getIDs() {
133 return ids; 142 return ids;
134 } 143 }

http://dive4elements.wald.intevation.org