Project

General

Profile

« Previous | Next » 

Revision 0c8759ce

Added by U-BGBM\k.luther over 8 years ago

minor Fauna Eu changes

View differences:

cdm-pesi/src/main/java/eu/etaxonomy/cdm/io/pesi/faunaEuropaea/FaunaEuropaeaImportConfigurator.java
39 39
	private boolean doOccurrence = true;
40 40
	private boolean doVernacularNames = true;
41 41
	private boolean doAssociatedSpecialists = true;
42
	private boolean doInferredSynonyms = true;
42 43

  
43 44
	public boolean isDoVernacularNames() {
44 45
		return doVernacularNames;
......
52 53
		return doTypes;
53 54
	}
54 55

  
55
	
56

  
56 57

  
57 58

  
58 59
	/* Max number of taxa to be saved with one service call */
......
106 107
		//TODO
107 108
		if (this.sourceReference == null){
108 109
			logger.warn("getSource Reference not yet fully implemented");
110

  
109 111
			sourceReference = ReferenceFactory.newDatabase();
110 112

  
111 113
			sourceReference.setTitleCache("Fauna Europaea database", true);
......
304 306
	}
305 307

  
306 308
	public boolean isDoAssociatedSpecialists() {
307
		
309

  
308 310
		return this.doAssociatedSpecialists;
309 311
	}
310
	
312

  
311 313
	public void setDoAssociatedSpecialists(boolean doAssociatedSpecialists){
312 314
		this.doAssociatedSpecialists = doAssociatedSpecialists;
313 315
	}
314 316

  
317
    /**
318
     * @return the doInferredSynonyms
319
     */
320
    public boolean isDoInferredSynonyms() {
321
        return doInferredSynonyms;
322
    }
323

  
324
    public void setDoInferredSynonyms(boolean doInferredSynonyms){
325
        this.doInferredSynonyms = doInferredSynonyms;
326
    }
315 327

  
316 328
}

Also available in: Unified diff