Class LabelValue
java.lang.Object
org.apache.ofbiz.webtools.labelmanager.LabelValue
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets label comment.Gets label value.void
setLabelComment
(String labelComment) Sets label comment.void
setLabelValue
(String labelValue) Sets label value.
-
Constructor Details
-
LabelValue
-
-
Method Details
-
getLabelValue
Gets label value.- Returns:
- the label value
-
getLabelComment
Gets label comment.- Returns:
- the label comment
-
setLabelValue
Sets label value.- Parameters:
labelValue
- the label value
-
setLabelComment
Sets label comment.- Parameters:
labelComment
- the label comment
-