Class QueryResults


  • public class QueryResults
    extends Object
    This contains a search results, plus a error string. Typical use of this class is when a method needs to return a result plus an exception message
    Author:
    vs125812 July 26, 2005
    • Constructor Detail

      • QueryResults

        public QueryResults​(Object results,
                            String strError)
        Creates a QueryResults object
        Parameters:
        results - Description of the Parameter
        strError - Description of the Parameter
    • Method Detail

      • getStrError

        public String getStrError()
        Returns the value of error string.
        Returns:
        value of error string.
      • getResults

        public Object getResults()
        Returns the value of results.
        Returns:
        The results value