Project

General

Profile

« Previous | Next » 

Revision 337563aa

Added by Andreas Müller over 6 years ago

cleanup

View differences:

cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/stream/StreamImportConfiguratorBase.java
91 91
	public boolean isUsePartitions() {
92 92
		return usePartitions;
93 93
	}
94

  
95 94
	public void setUsePartitions(boolean usePartitions) {
96 95
		this.usePartitions = usePartitions;
97 96
	}
......
99 98
	public void setDefaultPartitionSize(int defaultPartitionSize) {
100 99
		this.defaultPartitionSize = defaultPartitionSize;
101 100
	}
102

  
103 101
	public int getDefaultPartitionSize() {
104 102
		return defaultPartitionSize;
105 103
	}
......
107 105
	public IImportMapping.MappingType getMappingType() {
108 106
		return mappingType;
109 107
	}
110

  
111 108
	public void setMappingType(IImportMapping.MappingType mappingType) {
112 109
		this.mappingType = mappingType;
113 110
	}
......
123 120
	}
124 121

  
125 122

  
126
    /**
127
     * @return the databaseMappingFile
128
     */
129 123
    public String getDatabaseMappingFile() {
130 124
        return databaseMappingFile;
131 125
    }
132

  
133
    /**
134
     * @param databaseMappingFile the databaseMappingFile to set
135
     */
136 126
    public void setDatabaseMappingFile(String databaseMappingFile) {
137 127
        this.databaseMappingFile = databaseMappingFile;
138 128
    }
139 129

  
140 130

  
141
    /**
142
     * @return the stateUuid
143
     */
144 131
    public UUID getStateUuid() {
145 132
        return stateUuid;
146 133
    }
147
    /**
148
     * @param stateuuid
149
     */
150 134
    public void setStateUuid(UUID stateUuid) {
151 135
        this.stateUuid = stateUuid;
152 136
    }

Also available in: Unified diff