comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/Recommendation.java @ 1543:0b79630e3bcb

Cosmetics, doc. flys-client/trunk@3771 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 26 Jan 2012 13:21:21 +0000
parents 4a6814be92ba
children
comparison
equal deleted inserted replaced
1542:3e2ef8e0a0dc 1543:0b79630e3bcb
16 /** Index and name of a facet. */ 16 /** Index and name of a facet. */
17 public static class Facet implements Serializable { 17 public static class Facet implements Serializable {
18 18
19 /** Facet name. */ 19 /** Facet name. */
20 protected String name; 20 protected String name;
21 /** Facet name. */ 21
22 /** Facet index. */
22 protected String index; 23 protected String index;
23 24
24 public Facet() { 25 public Facet() {
25 } 26 }
26 27
102 103
103 /** Factory to speak to when creating/cloning. */ 104 /** Factory to speak to when creating/cloning. */
104 protected String factory; 105 protected String factory;
105 /** Sometimes database ids, sometimes other freeform text. */ 106 /** Sometimes database ids, sometimes other freeform text. */
106 protected String ids; 107 protected String ids;
108 /** Artifacts uuid that should serve as master artifact. */
107 protected String masterArtifact; 109 protected String masterArtifact;
108 /** Optional facet filter. */ 110 /** Optional facet filter. */
109 protected Filter filter; 111 protected Filter filter;
110 protected String displayName = null; 112 protected String displayName = null;
111 113

http://dive4elements.wald.intevation.org