Project

General

Profile

Download (812 Bytes) Statistics
| Branch: | Revision:
1
/**
2
* Copyright (C) 2017 EDIT
3
* European Distributed Institute of Taxonomy
4
* http://www.e-taxonomy.eu
5
*
6
* The contents of this file are subject to the Mozilla Public License Version 1.1
7
* See LICENSE.TXT at the top of this package for the full license terms.
8
*/
9
package eu.etaxonomy.cdm.io.salvador;
10

    
11
import java.util.UUID;
12

    
13
import eu.etaxonomy.cdm.io.common.mapping.InputTransformerBase;
14

    
15
/**
16
 * @author a.mueller
17
 * @since 08.07.2017
18
 *
19
 */
20
public class SalvadorImportTransformer extends InputTransformerBase {
21

    
22
    private static final long serialVersionUID = 2840448227887090910L;
23

    
24
    public static UUID uuidSalvadorFeatureVoc = UUID.fromString("a159c5e3-12b3-4c12-85e6-b16220621adc");
25

    
26
    public static UUID uuidSalvadorTextSpecimenOldFeature = UUID.fromString("d29de161-9b8e-4e09-90ce-621946053720");
27

    
28
}
(1-1/4)