Class Search

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    StoredSearch

    public class Search
    extends IdentifiableElement
    implements java.io.Serializable
    FlowerDocs Search object which provides category to complete informations given by SearchRequest <p>Java class for Search complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="Search"&gt; &lt;complexContent&gt; &lt;extension base="{http://flower.com/docs/domain/common}IdentifiableElement"&gt; &lt;sequence&gt; &lt;element name="category" type="{http://flower.com/docs/domain/component}Category"/&gt; &lt;element name="request" type="{http://flower.com/docs/domain/search}SearchRequest"/&gt; &lt;element name="displayNames" type="{http://flower.com/docs/domain/i18n}I18NLabel" maxOccurs="unbounded"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Constructor Detail

      • Search

        public Search()
        Default no-arg constructor abc
    • Method Detail

      • getCategory

        public Category getCategory()
        Gets the value of the category property.
        Returns:
        possible object is Category
      • setCategory

        public void setCategory​(Category value)
        Sets the value of the category property.
        Parameters:
        value - allowed object is Category
      • getRequest

        public SearchRequest getRequest()
        Gets the value of the request property.
        Returns:
        possible object is SearchRequest
      • setRequest

        public void setRequest​(SearchRequest value)
        Sets the value of the request property.
        Parameters:
        value - allowed object is SearchRequest
      • getDisplayNames

        public java.util.List<I18NLabel> getDisplayNames()
        Gets the value of the displayNames property. <p> This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a <CODE>set</CODE> method for the displayNames property. <p> For example, to add a new item, do as follows: <pre> getDisplayNames().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the list I18NLabel
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

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

        public void setDisplayNames​(java.util.List<I18NLabel> value)