diff 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
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/ManagedFacet.java	Wed Sep 21 12:55:36 2011 +0000
+++ b/flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/ManagedFacet.java	Wed Sep 21 13:01:25 2011 +0000
@@ -11,15 +11,20 @@
 import de.intevation.artifactdatabase.state.DefaultFacet;
 import de.intevation.artifactdatabase.state.Facet;
 
+
+/**
+ * Facet with user-supplied theme-control-information (pos in list,
+ * active/disabled etc) attached.
+ */
 public class ManagedFacet extends DefaultFacet {
 
-    /** The uuid of the owner artifact.*/
+    /** The uuid of the owner artifact. */
     protected String uuid;
 
-    /** A property that determines the position of this facet.*/
+    /** A property that determines the position of this facet. */
     protected int position;
 
-    /** A property that determines if this facet is active or not.*/
+    /** A property that determines if this facet is active or not. */
     protected int active;
 
     public ManagedFacet() {

http://dive4elements.wald.intevation.org