Project

General

Profile

« Previous | Next » 

Revision d3c53a58

Added by Katja Luther over 7 years ago

specimen import changes

View differences:

cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/specimen/gbif/in/GbifDataHolder.java
15 15

  
16 16
import org.apache.log4j.Logger;
17 17

  
18
import eu.etaxonomy.cdm.ext.occurrence.gbif.GbifResponse;
18 19
import eu.etaxonomy.cdm.io.specimen.SpecimenDataHolder;
19 20
import eu.etaxonomy.cdm.io.specimen.abcd206.in.Abcd206DataHolder;
20 21
import eu.etaxonomy.cdm.model.name.SpecimenTypeDesignationStatus;
......
34 35
    protected HashMap<String,String> allGbifElements = new HashMap<String,String>();
35 36
    public List<String> gatheringAgentList;
36 37
    protected List<String> gatheringTeamList;
38
    private GbifResponse response;
37 39

  
38 40
    /*per unit
39 41
    protected List<Identification> identificationList;
......
102 104
    protected String specificEpithet;
103 105
    protected String taxonRank;
104 106
    protected String dateIdentified;
105
    protected String decimalLongitude;
106
    protected String decimalLatitude;
107
    protected Double decimalLongitude;
108
    protected Double decimalLatitude;
107 109
    protected String elevation;
108 110
    protected String continent;
109 111
    protected String stateProvince;
......
143 145
    protected String collectionID;
144 146

  
145 147

  
148

  
149
    @Override
146 150
    public void reset() {
147 151

  
148 152
        key = null;
......
220 224
    /**
221 225
     * @return the nomenclatureCode
222 226
     */
227
    @Override
223 228
    public String getNomenclatureCode() {
224 229
        return nomenclaturalCode;
225 230
    }
......
229 234
    /**
230 235
     * @param nomenclatureCode the nomenclatureCode to set
231 236
     */
237
    @Override
232 238
    public void setNomenclatureCode(String nomenclatureCode) {
233 239
        this.nomenclaturalCode = nomenclatureCode;
234 240
    }
......
236 242

  
237 243

  
238 244

  
245

  
239 246
}

Also available in: Unified diff