Class PluginStoreItemTag

  • All Implemented Interfaces:
    Serializable

    public final class PluginStoreItemTag
    extends Object
    implements Serializable
    Model for a tag of a plugin store item, consisting of a name and a color.
    Since:
    8.0.0
    Author:
    XIMA MEDIA GmbH
    See Also:
    Serialized Form
    • Constructor Detail

      • PluginStoreItemTag

        public PluginStoreItemTag​(String name,
                                  String color)
        Parameters:
        name - Localized name of the tag.
        color - CSS color value of the tag.
    • Method Detail

      • getColor

        public String getColor()
        Returns:
        CSS color value of the tag.
      • getName

        public String getName()
        Returns:
        Localized name of the tag.