com.jaxfront.core.xui
Class SearchResult

java.lang.Object
  extended by com.jaxfront.core.xui.SearchResult

public class SearchResult
extends java.lang.Object

This class holds information of how the search results need to be formatted and displayed as defined in a XUI file.

Version:
1.60
See Also:
com.jaxfront.search.SearchDefinition#getSearchResult()

Constructor Summary
SearchResult(TableInfo tableInfo)
          SearchResult constructor.
 
Method Summary
 TableInfo getTableInfo()
          Gets a table info that contains information for the result table.
 void release()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchResult

public SearchResult(TableInfo tableInfo)
SearchResult constructor.

Parameters:
tableInfo - a table info that contains information for the result table
Method Detail

getTableInfo

public TableInfo getTableInfo()
Gets a table info that contains information for the result table.

Returns:
a table info that contains information for the result table

release

public void release()