Project

General

Profile

« Previous | Next » 

Revision 6f79628c

Added by Andreas Müller over 4 years ago

2717 cleanup and better logging for PesiExport

View differences:

cdm-pesi/src/main/java/eu/etaxonomy/cdm/io/pesi/out/PesiExportConfigurator.java
45 45
	private boolean doParentAndBiota = true;
46 46
	private boolean doInferredSynonyms = true;
47 47
	private boolean doPureNames = true;
48
	private boolean doTaxaPhase1 = true;
49 48
	private boolean doDescription = true;
50 49
	private boolean doEcologyAndLink = true;
51 50

  
......
198 197
		this.doPureNames = doPureNames;
199 198
	}
200 199

  
201
	public boolean isDoTaxaPhase1() {
202
        return doTaxaPhase1;
203
    }
204
    public void setDoTaxaPhase1(boolean doTaxaPhase1) {
205
        this.doTaxaPhase1 = doTaxaPhase1;
206
    }
207

  
208 200
    public boolean isDoDescription() {
209 201
		return doDescription;
210 202
	}

Also available in: Unified diff