Project

General

Profile

« Previous | Next » 

Revision 2720ea2c

Added by Andreas Müller over 3 years ago

cleanup

View differences:

cdmlib-ext/src/main/java/eu/etaxonomy/cdm/ext/occurrence/bioCase/BioCaseResponse.java
17 17
 * Wrapper class which holds a {@link DerivedUnitFacade} which was parsed from a GBIF JSON response.
18 18
 * Additionally it holds the {@link URI} to query the Biocase data set web service which
19 19
 * holds the endpoint URL of the original record and the {@link BiocaseDataSetProtocol}
20
 *
20 21
 * @author k.luther
21 22
 * @since 21.02.2017
22
 *
23 23
 */
24

  
25 24
public class BioCaseResponse extends DataResponse{
26 25

  
27

  
28

  
29

  
30
        /**
31
         * @param derivedUnitFacade
32
         * @param dataSetUrl
33
         */
34 26
        public BioCaseResponse(Object abcdDataHolder, URI dataSetUrl,  String [] tripleID) {
35 27
            super(abcdDataHolder, dataSetUrl, tripleID);
36 28
        }
......
43 35
            return dataSetUri;
44 36
        }
45 37

  
46

  
47 38
        public String[] getTripleID(){
48 39
            return tripleID;
49 40
        }
50

  
51

  
52

  
53

  
54
}
41
}

Also available in: Unified diff