]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc/src/main/java/org/argeo/slc/core/structure/SimpleSElement.java
Improve comments
[gpl/argeo-slc.git] / org.argeo.slc / src / main / java / org / argeo / slc / core / structure / SimpleSElement.java
index 54bdccf9841c9c4c70fa313e351fd99dc5e6a965..aa6b0da52e43208f25d15ecc8d33a9430dc065ca 100644 (file)
@@ -16,10 +16,12 @@ public class SimpleSElement implements StructureElement {
        public SimpleSElement() {\r
        }\r
 \r
+       /** Constructor */\r
        public SimpleSElement(String description) {\r
                this.description = description;\r
        }\r
 \r
+       /** Constructor */\r
        public SimpleSElement(String description, String defaultDescription) {\r
                this(description != null ? description : defaultDescription);\r
        }\r
@@ -28,6 +30,7 @@ public class SimpleSElement implements StructureElement {
                return description;\r
        }\r
 \r
+       /** Sets the description. */\r
        public void setDescription(String description) {\r
                this.description = description;\r
        }\r