Class QueryBean


  • public class QueryBean
    extends Object
    Author:
    iris.dimni
    • Constructor Detail

      • QueryBean

        public QueryBean()
    • Method Detail

      • getResult

        public Object getResult()
        Get the value of result
        Returns:
        the value of result
      • setResult

        public void setResult​(Object result)
        Set the value of result
        Parameters:
        result - new value of result
      • getQueryType

        public KeyContexts.QueryType getQueryType()
        Get the value of queryType
        Returns:
        the value of queryType
      • setQueryType

        public void setQueryType​(KeyContexts.QueryType queryType)
        Set the value of queryType
        Parameters:
        queryType - new value of queryType
      • getQueryPK

        public String getQueryPK()
        Get the value of queryString
        Returns:
        the value of queryString
      • setQueryPK

        public void setQueryPK​(String queryString)
        Set the value of queryString
        Parameters:
        queryString - new value of queryString
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object