Package com.inet.taskplanner.server.api
Class DataEntry
java.lang.Object
com.inet.taskplanner.server.api.DataEntry
Defines an entry of requested data like priorities
- Since:
- taskplanner 5.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DataEntry
Creates the entry with all necessary fields- Parameters:
value
- the value of the entrylabel
- the label of the entryicon
- the relative icon path to get an image for the entrylevel
- the level in a tree, starting at 0- Since:
- taskplanner 5.0
-
-
Method Details
-
getValue
accessor method for the internal value (string key) of the entry- Returns:
- the internal value (string key) of the entry
- Since:
- taskplanner 5.0
-
getLabel
accessor method for the display label string of the entry- Returns:
- the display label string of the entry
- Since:
- taskplanner 5.0
-