Interface I_CmsCategorizedSelectData.Category

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getKey()
      Gets the internal value representing the filter category.
      java.lang.String getLabel()
      Gets the label.
      void setKey​(java.lang.String key)
      Sets the key.
      void setLabel​(java.lang.String label)
      Sets the label.
    • Method Detail

      • getKey

        java.lang.String getKey()
        Gets the internal value representing the filter category.
        Returns:
        the key
      • getLabel

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

        void setKey​(java.lang.String key)
        Sets the key.
        Parameters:
        key - the key.
      • setLabel

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