Class StoredSearch

  • All Implemented Interfaces:
    java.io.Serializable

    public class StoredSearch
    extends Search
    implements java.io.Serializable
    Used to store component searches <p>Java class for anonymous complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType&gt; &lt;complexContent&gt; &lt;extension base="{http://flower.com/docs/domain/search}Search"&gt; &lt;sequence&gt; &lt;element name="template" type="{http://www.w3.org/2001/XMLSchema}string"/&gt; &lt;element name="data" type="{http://flower.com/docs/domain/common}Data"/&gt; &lt;element name="recipients" type="{http://flower.com/docs/domain/security}RecipientPrincipals"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Field Detail

      • template

        protected java.lang.String template
      • data

        protected Data data
    • Constructor Detail

      • StoredSearch

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

      • getTemplate

        public java.lang.String getTemplate()
        Gets the value of the template property.
        Returns:
        possible object is String
      • setTemplate

        public void setTemplate​(java.lang.String value)
        Sets the value of the template property.
        Parameters:
        value - allowed object is String
      • getData

        public Data getData()
        Gets the value of the data property.
        Returns:
        possible object is Data
      • setData

        public void setData​(Data value)
        Sets the value of the data property.
        Parameters:
        value - allowed object is Data
      • toString

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

        public int hashCode()
        Overrides:
        hashCode in class Search
      • equals

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