Project

General

Profile

« Previous | Next » 

Revision 9dc896c9

Added by Andreas Müller almost 7 years ago

fix #6368 rename table and class TaxonNameBase

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/description/DescriptionElementBase.java
58 58
import eu.etaxonomy.cdm.model.common.TermVocabulary;
59 59
import eu.etaxonomy.cdm.model.common.TimePeriod;
60 60
import eu.etaxonomy.cdm.model.media.Media;
61
import eu.etaxonomy.cdm.model.name.TaxonNameBase;
61
import eu.etaxonomy.cdm.model.name.TaxonName;
62 62
import eu.etaxonomy.cdm.model.occurrence.SpecimenOrObservationBase;
63 63
import eu.etaxonomy.cdm.model.reference.Reference;
64 64
import eu.etaxonomy.cdm.model.taxon.Taxon;
......
67 67

  
68 68
/**
69 69
 * The upmost (abstract) class for a piece of information) about
70
 * a {@link SpecimenOrObservationBase specimen}, a {@link Taxon taxon} or even a {@link TaxonNameBase taxon name}.
70
 * a {@link SpecimenOrObservationBase specimen}, a {@link Taxon taxon} or even a {@link TaxonName taxon name}.
71 71
 * A concrete description element assigns descriptive data to one {@link Feature feature}.<BR>
72 72
 * Experts use the word feature for the property itself but not for the actual
73 73
 * description element. Therefore naming this class FeatureBase would have
......
455 455
     * @param nameUsedInSource the taxon name used in the source
456 456
     * @param originalNameString the name as text used in the source
457 457
     */
458
    public void addSource(OriginalSourceType type, String idInSource, String idNamespace, Reference citation, String microReference, TaxonNameBase nameUsedInSource, String originalNameString){
458
    public void addSource(OriginalSourceType type, String idInSource, String idNamespace, Reference citation, String microReference, TaxonName nameUsedInSource, String originalNameString){
459 459
        DescriptionElementSource newSource = DescriptionElementSource.NewInstance(type, idInSource, idNamespace, citation, microReference, nameUsedInSource, originalNameString);
460 460
        addSource(newSource);
461 461
    }

Also available in: Unified diff