merge trunk into model change 3.6
[cdmlib.git] / cdmlib-services / src / main / java / eu / etaxonomy / cdm / api / service / molecular / IAmplificationService.java
index 44a7b7c12647d9093ede0657f7636a9d7bd38c93..4aed5c8cac1ef3898e63b336fde58bd026b03b69 100644 (file)
@@ -24,10 +24,10 @@ import eu.etaxonomy.cdm.model.molecular.Amplification;
 public interface IAmplificationService extends IAnnotatableService<Amplification>{
 
     /**
 public interface IAmplificationService extends IAnnotatableService<Amplification>{
 
     /**
-     * Retrieves the {@link UUID} and the string representation (title cache) of all
+     * Retrieves the {@link UUID} and the string label of all
      * {@link Amplification}s found in the data base.
      * @return a list of {@link UuidAndTitleCache}
      */
      * {@link Amplification}s found in the data base.
      * @return a list of {@link UuidAndTitleCache}
      */
-    public List<UuidAndTitleCache<Amplification>> getAmplificationUuidAndDescription();
+    public List<UuidAndTitleCache<Amplification>> getAmplificationUuidAndLabelCache();
 
 }
 
 }