com.bea.query
Class QueryResult

java.lang.Object
  extended by com.bea.query.QueryResult

Deprecated Use com.autonomy.* classes instead

public class QueryResult
extends Object

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


Field Summary
 String reference
          Deprecated  
 double relevence
          Deprecated  
 String summary
          Deprecated  
 String title
          Deprecated  
 
Constructor Summary
QueryResult(String sTitle, String sReference, String sSummary, double dRelevence)
          Deprecated  
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

title

public String title
Deprecated 

reference

public String reference
Deprecated 

summary

public String summary
Deprecated 

relevence

public double relevence
Deprecated 
Constructor Detail

QueryResult

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


Copyright © 2006 BEA Systems, Inc. All Rights Reserved