comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/ManagedFacet.java @ 1624:238145ef67da

Cosmetics. flys-artifacts/trunk@2799 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 21 Sep 2011 13:01:25 +0000
parents b1b0a0b61845
children a70e0cbc5e02
comparison
equal deleted inserted replaced
1623:0221451a24fe 1624:238145ef67da
9 import de.intevation.artifacts.common.utils.XMLUtils.ElementCreator; 9 import de.intevation.artifacts.common.utils.XMLUtils.ElementCreator;
10 10
11 import de.intevation.artifactdatabase.state.DefaultFacet; 11 import de.intevation.artifactdatabase.state.DefaultFacet;
12 import de.intevation.artifactdatabase.state.Facet; 12 import de.intevation.artifactdatabase.state.Facet;
13 13
14
15 /**
16 * Facet with user-supplied theme-control-information (pos in list,
17 * active/disabled etc) attached.
18 */
14 public class ManagedFacet extends DefaultFacet { 19 public class ManagedFacet extends DefaultFacet {
15 20
16 /** The uuid of the owner artifact.*/ 21 /** The uuid of the owner artifact. */
17 protected String uuid; 22 protected String uuid;
18 23
19 /** A property that determines the position of this facet.*/ 24 /** A property that determines the position of this facet. */
20 protected int position; 25 protected int position;
21 26
22 /** A property that determines if this facet is active or not.*/ 27 /** A property that determines if this facet is active or not. */
23 protected int active; 28 protected int active;
24 29
25 public ManagedFacet() { 30 public ManagedFacet() {
26 } 31 }
27 32

http://dive4elements.wald.intevation.org