Interface I_CmsCategorizedSelectData.Option

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getCategories()
      Gets the categories.
      java.lang.String getKey()
      Gets the key.
      java.lang.String getLabel()
      Gets the label.
      void setCategories​(java.util.List<java.lang.String> categories)
      Sets the categories.
      void setKey​(java.lang.String key)
      Sets the key.
      void setLabel​(java.lang.String label)
      Sets the label.
    • Method Detail

      • getCategories

        java.util.List<java.lang.String> getCategories()
        Gets the categories.
        Returns:
        the categories
      • getKey

        java.lang.String getKey()
        Gets the key.
        Returns:
        the key
      • getLabel

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

        void setCategories​(java.util.List<java.lang.String> categories)
        Sets the categories.
        Parameters:
        categories - the new categories
      • setKey

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

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