Class IconizedBucket

  • All Implemented Interfaces:
    java.io.Serializable

    public class IconizedBucket
    extends PartialBucket
    implements java.io.Serializable
    A named bucket which can be displayed as icon <p>Java class for IconizedBucket complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="IconizedBucket"&gt; &lt;complexContent&gt; &lt;extension base="{http://flower.com/docs/domain/search}PartialBucket"&gt; &lt;sequence&gt; &lt;element name="icon" type="{http://www.w3.org/2001/XMLSchema}string"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Field Detail

      • icon

        protected java.lang.String icon
        Icon of the bucket
    • Constructor Detail

      • IconizedBucket

        public IconizedBucket()
        Default no-arg constructor abc
      • IconizedBucket

        public IconizedBucket​(SearchRequest request,
                              long count,
                              java.util.List<Bucket> children,
                              java.lang.String name,
                              java.lang.String icon)
        Fully-initialising value constructor
    • Method Detail

      • getIcon

        public java.lang.String getIcon()
        Gets the value of the icon property. <p> Icon of the bucket
        Returns:
        possible object is String
      • setIcon

        public void setIcon​(java.lang.String value)
        Sets the value of the icon property.
        Parameters:
        value - allowed object is String
        See Also:
        getIcon()
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class PartialBucket