Project

General

Profile

« Previous | Next » 

Revision 3fc0cf6c

Added by Andreas Müller almost 8 years ago

#5916 Add (taxonomic) 'Notes' as new Feature to Feature vocabulary

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/description/Feature.java
189 189
    private static final UUID uuidStatus = UUID.fromString("86d40635-2a63-4ad6-be75-9faa4a6a57fb");
190 190
    private static final UUID uuidSystematics = UUID.fromString("bd9aca17-cd0e-4418-a3a1-1a4b80dbc162");
191 191
    private static final UUID uuidUseRecord = UUID.fromString("8125a59d-b4d5-4485-89ea-67306297b599");
192
    private static final UUID uuidNotes = UUID.fromString("b5780b45-6439-4f3c-9818-d89d26d36eb2");
192 193

  
193 194

  
194 195
/* ***************** CONSTRUCTOR AND FACTORY METHODS **********************************/
......
929 930
		return getTermByUuid(uuidUseRecord);
930 931
	}
931 932

  
933
    /**
934
     * Returns the "notes" feature. Used for
935
     * taxonomic notes.
936
     */
937
    public static final Feature NOTES(){
938
        return getTermByUuid(uuidNotes);
939
    }
932 940

  
933 941
	/**
934 942
	 * Returns the "conservation" feature. This feature only applies
cdmlib-model/src/main/resources/terms/Feature.csv
33 33
"8200e050-d5fd-4cac-8a76-4b47afb13809",,"Specimen","Specimen","100100",
34 34
"f59e747d-0b4f-4bf7-b69a-cbd50bc78595",,"Observation","Observation","100100"
35 35
"86d40635-2a63-4ad6-be75-9faa4a6a57fb",,"Status","Status","100000"
36
"bd9aca17-cd0e-4418-a3a1-1a4b80dbc162",,"Systematics","Systematics","100000"
36
"bd9aca17-cd0e-4418-a3a1-1a4b80dbc162",,"Systematics","Systematics","100000"
37
"b5780b45-6439-4f3c-9818-d89d26d36eb2",,"Notes","Taxonomic Notes","100000"

Also available in: Unified diff