Features lists now sorted alphabetically. Added microreference, cache strings to...
[taxeditor.git] / eclipseprojects / eu.etaxonomy.taxeditor / src / eu / etaxonomy / taxeditor / propertysheet / description / TaxonDescriptionPropertySource.java
index a825688437aea78cf27ef1dd325df608cb2f0b2d..a95cdaf04d0cf72805ff602b9e8cbb4aab4e0655 100644 (file)
@@ -35,19 +35,19 @@ public class TaxonDescriptionPropertySource implements IPropertySource {
        private String parentid;\r
        \r
     // Property unique keys\r
-       public static final String P_ID_LABEL = "label";\r
        public static final String P_ID_UUID = "uuid";\r
+       public static final String P_ID_LABEL = "label";\r
 \r
     // Property display keys\r
        // Note: for an explanation of the sorting prefixes ("04:"), \r
        //  @see eu.etaxonomy.taxeditor.propertysheet.CustomSortPropertySheetEntry\r
-       public static final String P_LABEL = "00:Description Text";\r
-       public static final String P_UUID = "01:UUID";  \r
+       public static final String P_UUID = "00:UUID";  \r
+       public static final String P_LABEL = "01:Description Label";\r
        \r
 //     protected static final String[] TOP_LEVEL_PROPERTIES = new String[] {\r
 //                     P_ID_LABEL, P_ID_UUID};\r
        protected static final String[] TOP_LEVEL_PROPERTIES = new String[] {\r
-               P_ID_UUID};             \r
+               P_ID_LABEL};            \r
                \r
        /**\r
         * Constructor for top level property fields. All fields that are not subfields\r