Project

General

Profile

« Previous | Next » 

Revision 29024880

Added by Andreas Müller over 6 years ago

cleanup

View differences:

cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/dwca/in/DwcaImportConfigurator.java
81 81
    public boolean isNoQuotes() {
82 82
            return isNoQuotes;
83 83
    }
84

  
85 84
    public void setNoQuotes(boolean isNoQuotes) {
86 85
            this.isNoQuotes = isNoQuotes;
87 86
    }
88 87

  
89
    /**
90
     * @return the doTaxonRelationships
91
     */
92 88
    public boolean isDoTaxonRelationships() {
93 89
        return doTaxonRelationships;
94 90
    }
95

  
96 91
    public void setDoTaxonRelationships(boolean doTaxonRelationships) {
97 92
        this.doTaxonRelationships = doTaxonRelationships;
98 93
    }
99 94

  
100
    /**
101
     * @return the doOnlyTaxonRelationships
102
     */
103 95
    public boolean isDoTaxa() {
104 96
        return doTaxa;
105 97
    }
106

  
107
    /**
108
     * @param doOnlyTaxonRelationships the doOnlyTaxonRelationships to set
109
     */
110 98
    public void setDoTaxa(boolean doTaxa) {
111 99
        this.doTaxa = doTaxa;
112 100
    }
113 101

  
114
    /**
115
     * @return the doExtensions
116
     */
117 102
    public boolean isDoExtensions() {
118 103
        return doExtensions;
119 104
    }
120

  
121
    /**
122
     * @param doExtensions the doExtensions to set
123
     */
124 105
    public void setDoExtensions(boolean doExtensions) {
125 106
        this.doExtensions = doExtensions;
126 107
    }
127 108

  
128

  
129
    /**
130
     * @return the keepMappingForFurtherImports
131
     */
132 109
    public boolean isKeepMappingForFurtherImports() {
133 110
        return keepMappingForFurtherImports;
134 111
    }
135
    /**
136
     * @param keepMapping
137
     */
138 112
    public void setKeepMappingForFurtherImports(boolean keepMapping) {
139 113
        keepMappingForFurtherImports = keepMapping;
140 114
    }

Also available in: Unified diff