Project

General

Profile

« Previous | Next » 

Revision ee6e93fe

Added by Katja Luther almost 6 years ago

ref #7434: remember sequence uris for downloading the files at the end of the import

View differences:

cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/specimen/SpecimenImportConfiguratorBase.java
71 71
    private boolean mapUnitIdToBarcode = false;
72 72

  
73 73
    private boolean overwriteExistingSpecimens = false;
74
    private boolean downloadSequenceData = false;
74 75

  
75 76
    private SpecimenOrObservationType type;
76 77

  
......
383 384
        return true;
384 385
    }
385 386

  
387
    public boolean isDownloadSequenceData() {
388
        return downloadSequenceData;
389
    }
390

  
391
    public void setDownloadSequenceData(boolean downloadSequenceData) {
392
        this.downloadSequenceData = downloadSequenceData;
393
    }
394

  
386 395

  
387 396

  
388 397
}

Also available in: Unified diff