Project

General

Profile

« Previous | Next » 

Revision 748cb818

Added by Andreas Müller about 4 years ago

cleanup

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/io/mexico/MexicoConabioImportConfigurator.java
20 20
/**
21 21
 * @author a.mueller
22 22
 * @since 16.06.2016
23
 *
24 23
 */
25 24
public class MexicoConabioImportConfigurator extends ExcelImportConfiguratorBase{
26 25
    private static final long serialVersionUID = -2795059530001736347L;
......
60 59
        };
61 60
    }
62 61

  
63
    /**
64
     * @return the doTaxa
65
     */
66 62
    public boolean isDoTaxa() {
67 63
        return doTaxa;
68 64
    }
69

  
70
    /**
71
     * @param doTaxa the doTaxa to set
72
     */
73 65
    public void setDoTaxa(boolean doTaxa) {
74 66
        this.doTaxa = doTaxa;
75 67
    }
76 68

  
77
    /**
78
     * @return the doDistributions
79
     */
80 69
    public boolean isDoDistributions() {
81 70
        return doDistributions;
82 71
    }
83

  
84
    /**
85
     * @param doDistributions the doDistributions to set
86
     */
87 72
    public void setDoDistributions(boolean doDistributions) {
88 73
        this.doDistributions = doDistributions;
89 74
    }
90 75

  
91
    /**
92
     * @return the doCommonNames
93
     */
94 76
    public boolean isDoCommonNames() {
95 77
        return doCommonNames;
96 78
    }
97

  
98
    /**
99
     * @param doCommonNames the doCommonNames to set
100
     */
101 79
    public void setDoCommonNames(boolean doCommonNames) {
102 80
        this.doCommonNames = doCommonNames;
103 81
    }
104 82

  
105
    /**
106
     * @return the secReference
107
     */
108 83
    public Reference getSecReference() {
109 84
        return secReference;
110 85
    }
111

  
112

  
113
    /**
114
     * @param secReference
115
     */
116 86
    public void setSecReference(Reference secReference) {
117 87
        this.secReference = secReference;
118 88
    }

Also available in: Unified diff