Class LabelValue

java.lang.Object
org.apache.ofbiz.webtools.labelmanager.LabelValue

public class LabelValue extends Object
  • Constructor Details

    • LabelValue

      public LabelValue(String labelValue, String labelComment)
  • Method Details

    • getLabelValue

      public String getLabelValue()
      Gets label value.
      Returns:
      the label value
    • getLabelComment

      public String getLabelComment()
      Gets label comment.
      Returns:
      the label comment
    • setLabelValue

      public void setLabelValue(String labelValue)
      Sets label value.
      Parameters:
      labelValue - the label value
    • setLabelComment

      public void setLabelComment(String labelComment)
      Sets label comment.
      Parameters:
      labelComment - the label comment