remove imports
[cdmlib.git] / cdmlib-model / src / main / java / eu / etaxonomy / cdm / model / name / NameTypeDesignationStatus.java
index 34fcc2fae97ff1360bbd9ccf995e60d00f04d167..1a7d0763b1df734e0c00ebdd0fdbc37e91740bce 100644 (file)
@@ -93,8 +93,16 @@ public class NameTypeDesignationStatus extends TypeDesignationStatusBase<NameTyp
                super(term, label, labelAbbrev);
        }
 
-       //********* METHODS **************************************
+//************************** METHODS ********************************
        
+       /* (non-Javadoc)
+        * @see eu.etaxonomy.cdm.model.common.DefinedTermBase#resetTerms()
+        */
+       @Override
+       public void resetTerms(){
+               termMap = null;
+       }
+
 
        /**
         * Returns the "automatic" name type designation status.</BR>
@@ -109,7 +117,9 @@ public class NameTypeDesignationStatus extends TypeDesignationStatusBase<NameTyp
        /**
         * Returns the "monotypy" name type designation status.</BR>
         * Only one species was included in original genus description.
-        * ICZN 68.3
+        * ICZN 68.3.
+        * No {@linkplain TypeDesignationBase#getCitation() citation} is needed 
+        * for a monotypy as the type species is decided within the original paper. 
         */
        public static final NameTypeDesignationStatus MONOTYPY(){
                return findTermByUuid(uuidMonotypy);
@@ -128,7 +138,9 @@ public class NameTypeDesignationStatus extends TypeDesignationStatusBase<NameTyp
         * Returns the "original designation" name type designation status.</BR>
         * The type species is designated in the original genus description 
         * (this includes indication in the species name typicus).
-        * ICZN 68.2
+        * ICZN 68.2<Br>
+        * No {@linkplain TypeDesignationBase#getCitation() citation} is needed 
+        * for an original designation as the type species is decided within the original paper. 
         */
        public static final NameTypeDesignationStatus ORIGINAL_DESIGNATION(){
                return findTermByUuid(uuidOriginalDesignation);