comparison flys-artifacts/src/main/java/de/intevation/flys/themes/Theme.java @ 1668:6566c7868456

Added facet and index information to theme which are stored at CollectionItems. flys-artifacts/trunk@2880 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 04 Oct 2011 11:28:37 +0000
parents b36fd8f21e6a
children
comparison
equal deleted inserted replaced
1667:f1af0c07a6ee 1668:6566c7868456
29 * Returns the description of the theme. 29 * Returns the description of the theme.
30 * 30 *
31 * @return the description of the theme. 31 * @return the description of the theme.
32 */ 32 */
33 String getDescription(); 33 String getDescription();
34
35
36 String getFacet();
37
38 void setFacet(String facet);
39
40 int getIndex();
41
42 void setIndex(int index);
34 43
35 44
36 /** 45 /**
37 * Adds a new attribute. 46 * Adds a new attribute.
38 * 47 *

http://dive4elements.wald.intevation.org