Class SummaryEntry
java.lang.Object
com.inet.taskplanner.server.api.common.SummaryEntry
One detail-entry for the summary of components. This is a simple label-value combination.
- Since:
- taskplanner 3.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSummaryEntry
(String label, String value) Creates a new SummaryEntry instance. -
Method Summary
-
Constructor Details
-
SummaryEntry
Creates a new SummaryEntry instance.- Parameters:
label
- the label of the entry. A null label is allowed to show information without label.value
- the value of the entry- Since:
- taskplanner 3.0
-
-
Method Details
-
getLabel
Returns the label of this SummaryInfo- Returns:
- the label
-
getValue
Returns the value of this SummaryInfo- Returns:
- the value
-