Class LabelInfo

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

public class LabelInfo extends Object
  • Constructor Details

  • Method Details

    • getLabelKey

      public String getLabelKey()
      Gets label key.
      Returns:
      the label key
    • getLabelKeyComment

      public String getLabelKeyComment()
      Gets label key comment.
      Returns:
      the label key comment
    • setLabelKeyComment

      public void setLabelKeyComment(String labelKeyComment)
      Sets label key comment.
      Parameters:
      labelKeyComment - the label key comment
    • getFileName

      public String getFileName()
      Gets file name.
      Returns:
      the file name
    • getLabelValue

      public LabelValue getLabelValue(String localeStr)
      Gets label value.
      Parameters:
      localeStr - the locale str
      Returns:
      the label value
    • getLabelValueSize

      public int getLabelValueSize()
      Gets label value size.
      Returns:
      the label value size
    • setLabelValue

      public boolean setLabelValue(String localeStr, String labelValue, String labelComment, boolean update)
      Sets label value.
      Parameters:
      localeStr - the locale str
      labelValue - the label value
      labelComment - the label comment
      update - the update
      Returns:
      the label value