diff flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/ManagedFacet.java @ 1721:eb35570df0e8

Cosmetics, docs. flys-artifacts/trunk@3002 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 18 Oct 2011 12:31:36 +0000
parents a70e0cbc5e02
children 5642a83420f2
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/ManagedFacet.java	Tue Oct 18 12:27:49 2011 +0000
+++ b/flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/ManagedFacet.java	Tue Oct 18 12:31:36 2011 +0000
@@ -1,5 +1,7 @@
 package de.intevation.flys.artifacts.model;
 
+import org.apache.log4j.Logger;
+
 import org.w3c.dom.Document;
 import org.w3c.dom.Element;
 import org.w3c.dom.Node;
@@ -27,9 +29,13 @@
     /** A property that determines if this facet is active or not. */
     protected int active;
 
+    /** The logger that is used in this class. */
+    private static Logger logger = Logger.getLogger(ManagedFacet.class);
+
     /** A property that determines if this facet is visible or not. */
     protected int visible;
 
+
     public ManagedFacet() {
     }
 
@@ -51,6 +57,9 @@
     }
 
 
+    /**
+     * Sets position (will be merged to position in ThemeList).
+     */
     public void setPosition(int pos) {
         this.position = pos;
     }
@@ -81,6 +90,10 @@
     }
 
 
+    /**
+     * Get uuid of related artifact.
+     * @return uuid of related artifact.
+     */
     public String getArtifact() {
         return uuid;
     }

http://dive4elements.wald.intevation.org