(no commit message)
authorAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Tue, 11 Dec 2007 10:10:25 +0000 (10:10 +0000)
committerAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Tue, 11 Dec 2007 10:10:25 +0000 (10:10 +0000)
cdmlibrary/src/main/java/eu/etaxonomy/cdm/dto/NameTO.java

index 40202aad17a527955c281d9f4acc6b6cf1b31edf..1783ebb354cb79e13cd3b48655827c058587ef5d 100644 (file)
@@ -5,7 +5,17 @@ import java.util.List;
 import java.util.Set;
 
 import eu.etaxonomy.cdm.model.common.DefinedTermBase;
-
+import eu.etaxonomy.cdm.model.name.TaxonNameBase;
+
+/**
+ * Data Transfer Object representing a taxonomic Name. The fields are mainly derived from the 
+ * domain object {@link TaxonNameBase}. The <code>typeDesignations</code> however are not 
+ * included since these will obtained by a separate call to the web service.
+ * 
+ * @author a.kohlbecker & m.doering
+ * @version 1.0 r$LastChangedRevision$
+ * @created 11.12.2007 11:04:42
+ */
 public class NameTO extends BaseTO {
 
        private String fullname;
@@ -16,11 +26,9 @@ public class NameTO extends BaseTO {
        private Set<LocalisedRepresentationTO> status;
        private LocalisedRepresentationTO rank;
        private NomenclaturalReferenceTO nomenclaturalReference;
-       
        private Set<NameTO> newCombinations;
-       
        private NameTO basionym;
+       
 
        public String getFullname() {
                return fullname;