Project

General

Profile

« Previous | Next » 

Revision ee6e93fe

Added by Katja Luther almost 6 years ago

ref #7434: remember sequence uris for downloading the files at the end of the import

View differences:

cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/specimen/abcd206/in/Abcd206ImportState.java
39 39

  
40 40
	private URI actualAccessPoint;
41 41

  
42
	private Set<URI> sequenceDataStableIdentifier = new HashSet<>();
43

  
42 44

  
43 45
//****************** CONSTRUCTOR ***************************************************/
44 46

  
......
115 117
        this.actualAccessPoint = actualAccessPoint;
116 118
    }
117 119

  
120
    public Set<URI> getSequenceDataStableIdentifier() {
121
        return sequenceDataStableIdentifier;
122
    }
123

  
124
    public void putSequenceDataStableIdentifier(URI sequenceDataStableIdentifier) {
125
        this.sequenceDataStableIdentifier.add(sequenceDataStableIdentifier);
126
    }
127

  
118 128
//
119 129
//    public void reset() {
120 130
//        getDataHolder().reset();

Also available in: Unified diff