Interface I_CmsAttributeSelectData.Option

    • Method Detail

      • getHelpText

        java.lang.String getHelpText()
        Gets the help text.
        Returns:
        the help text
      • getLabel

        java.lang.String getLabel()
        Gets the label text.
        Returns:
        the label text
      • getValue

        java.lang.String getValue()
        Gets the value.
        Returns:
        the value
      • setHelpText

        void setHelpText​(java.lang.String helpText)
        Sets the help text.
        Parameters:
        helpText - the help text
      • setLabel

        void setLabel​(java.lang.String label)
        Sets the label.
        Parameters:
        label - the label
      • setValue

        void setValue​(java.lang.String value)
        Sets the value.
        Parameters:
        value - the value