performed javacscript:fix and worked on documentation
[taxeditor.git] / taxeditor-editor / src / main / java / eu / etaxonomy / taxeditor / section / agent / TeamOrPersonBaseDetailSection.java
index d73a68d499a452651b5b3c9f12c46376b3c0f6c3..fd1bb80875b623aea7d8f54e590b01ed5e2413f4 100644 (file)
@@ -23,6 +23,8 @@ import eu.etaxonomy.taxeditor.forms.CdmFormFactory.DetailType;
 import eu.etaxonomy.taxeditor.section.AbstractCdmDetailSection;
 
 /**
+ * <p>TeamOrPersonBaseDetailSection class.</p>
+ *
  * @author n.hoffmann
  * @created Apr 26, 2010
  * @version 1.0
@@ -32,16 +34,27 @@ public class TeamOrPersonBaseDetailSection extends AbstractCdmDetailSection<Team
        private static final Logger logger = Logger
                        .getLogger(TeamOrPersonBaseDetailSection.class);
 
+       /**
+        * <p>Constructor for TeamOrPersonBaseDetailSection.</p>
+        *
+        * @param cdmFormFactory a {@link eu.etaxonomy.taxeditor.forms.CdmFormFactory} object.
+        * @param conversation a {@link eu.etaxonomy.cdm.api.conversation.ConversationHolder} object.
+        * @param parentElement a {@link eu.etaxonomy.taxeditor.forms.ICdmFormElement} object.
+        * @param selectionProvider a {@link org.eclipse.jface.viewers.ISelectionProvider} object.
+        * @param style a int.
+        */
        public TeamOrPersonBaseDetailSection(CdmFormFactory cdmFormFactory, ConversationHolder conversation,
                        ICdmFormElement parentElement, ISelectionProvider selectionProvider, int style) {
                super(cdmFormFactory, conversation, parentElement, selectionProvider, style);
        }
        
+       /** {@inheritDoc} */
        @Override
        protected DetailType getDetailType() {
                return DetailType.TEAMORPERSONBASE;
        }
 
+       /** {@inheritDoc} */
        @Override
        public String getHeading() {
                if (getEntity() != null){