QueryResult Class

com.bea.query
QueryResult Class

public class QueryResult

    extends Object

The QueryResult class simply stores any results from an Autonomy query. Class may be an overstatement in this case.


Hierarchy
Object
  QueryResult

Field Summary

public String
reference
String
public double
relevence
double
public String
summary
String
public String
title
String
 

Constructor Summary

QueryResult(String sTitle, String sReference, String sSummary, double dRelevence)

 

Method Summary

 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Field Detail

reference

public String reference


relevence

public double relevence


summary

public String summary


title

public String title

 

Constructor Detail

QueryResult

public QueryResult(String sTitle, 
                   String sReference, 
                   String sSummary, 
                   double dRelevence)