Project

General

Profile

« Previous | Next » 

Revision c9234915

Added by Andreas Müller almost 6 years ago

ref #6588 add uuids to ExternalLinkType

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/media/ExternalLinkType.java
35 35
     * Unknown link type is the type to be used if no information is available about the type.
36 36
     */
37 37
    @XmlEnumValue("Unknown")
38
    Unknown(UUID.fromString(""), "Unknown Link Type","UNK", null),
38
    Unknown(UUID.fromString("270c0fa7-8c11-4a66-a0d7-deb6592e7f40"), "Unknown Link Type","UNK", null),
39 39

  
40 40
    //1
41 41
    /**
42 42
     * Link type to represent a web site.
43 43
     */
44 44
    @XmlEnumValue("Language")
45
    WebSite(UUID.fromString(""), "WebSite", "WS", null),
45
    WebSite(UUID.fromString("40f128af-b953-4943-af91-9b2f6b030546"), "WebSite", "WS", null),
46 46

  
47 47
    //2
48 48
    /**
49 49
     * Link type to represent a file.
50 50
     */
51 51
    @XmlEnumValue("File")
52
    File(UUID.fromString(""), "File", "FI", null),
52
    File(UUID.fromString("6e7ee084-d8a1-4813-b45a-218414c8795b"), "File", "FI", null),
53 53

  
54 54
    ;
55 55

  

Also available in: Unified diff