Project

General

Profile

« Previous | Next » 

Revision c1641f79

Added by Patrick Plitzner about 8 years ago

Improved author and name import (unstable)

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/io/redlist/gefaesspflanzen/RedListGefaesspflanzenImportState.java
28 28
	@SuppressWarnings("unused")
29 29
	private static final Logger logger = Logger.getLogger(RedListGefaesspflanzenImportState.class);
30 30

  
31
	private Map<String, UUID> agentMap = new HashMap<String, UUID>();
31
	private Map<Long, UUID> authorKombMap = new HashMap<Long, UUID>();
32
	private Map<Long, UUID> authorBasiMap = new HashMap<Long, UUID>();
32 33

  
33 34
    protected RedListGefaesspflanzenImportState(RedListGefaesspflanzenImportConfigurator config) {
34 35
        super(config);
35 36
    }
36 37

  
37
    public Map<String, UUID> getAgentMap() {
38
        return agentMap;
38
    public Map<Long, UUID> getAuthorKombMap() {
39
        return authorKombMap;
40
    }
41

  
42
    public Map<Long, UUID> getAuthorBasiMap() {
43
        return authorBasiMap;
39 44
    }
40 45

  
41 46
}

Also available in: Unified diff