comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/FacetRecord.java @ 4147:db0b9cff8496

Cosmetics, documentation.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 16 Oct 2012 11:33:23 +0200
parents bb5edff31866
children
comparison
equal deleted inserted replaced
4143:58864f4f6e3b 4147:db0b9cff8496
6 * ListGridRecord for Facets. 6 * ListGridRecord for Facets.
7 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 7 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
8 */ 8 */
9 public class FacetRecord extends ListGridRecord { 9 public class FacetRecord extends ListGridRecord {
10 10
11 /** Underlying theme. */
11 protected Theme theme; 12 protected Theme theme;
12 13
13 14
14 public FacetRecord(Theme theme) { 15 public FacetRecord(Theme theme) {
15 this.theme = theme; 16 this.theme = theme;

http://dive4elements.wald.intevation.org