fr.paris.lutece.plugins.phraseanet.business.search
Class SearchResults

java.lang.Object
  extended by fr.paris.lutece.plugins.phraseanet.business.search.SearchResults

public class SearchResults
extends java.lang.Object

SearchResults


Constructor Summary
SearchResults()
           
 
Method Summary
 int getAvailableResults()
          Returns the AvailableResults
 int getCurrentPage()
          Returns the CurrentPage
 java.lang.String getError()
          Returns the Error
 java.lang.String getQuery()
          Returns the Query
 java.lang.String getQueryTime()
          Returns the QueryTime
 java.util.List getResults()
          Returns the Results
 java.lang.String getSearchIndexes()
          Returns the SearchIndexes
 java.util.Map getSuggestions()
          Returns the Suggestions
 int getTotalPages()
          Returns the TotalPages
 int getTotalResults()
          Returns the TotalResults
 java.lang.String getWarning()
          Returns the Warning
 void setAvailableResults(int nAvailableResults)
          Sets the AvailableResults
 void setCurrentPage(int nCurrentPage)
          Sets the CurrentPage
 void setError(java.lang.String strError)
          Sets the Error
 void setQuery(java.lang.String strQuery)
          Sets the Query
 void setQueryTime(java.lang.String strQueryTime)
          Sets the QueryTime
 void setResults(java.util.List listResults)
          Sets the Results
 void setSearchIndexes(java.lang.String strSearchIndexes)
          Sets the SearchIndexes
 void setSuggestions(java.util.Map mapSuggestions)
          Sets the Suggestions
 void setTotalPages(int nTotalPages)
          Sets the TotalPages
 void setTotalResults(int nTotalResults)
          Sets the TotalResults
 void setWarning(java.lang.String strWarning)
          Sets the Warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchResults

public SearchResults()
Method Detail

getTotalPages

public int getTotalPages()
Returns the TotalPages

Returns:
The TotalPages

setTotalPages

public void setTotalPages(int nTotalPages)
Sets the TotalPages

Parameters:
nTotalPages - The TotalPages

getCurrentPage

public int getCurrentPage()
Returns the CurrentPage

Returns:
The CurrentPage

setCurrentPage

public void setCurrentPage(int nCurrentPage)
Sets the CurrentPage

Parameters:
nCurrentPage - The CurrentPage

getAvailableResults

public int getAvailableResults()
Returns the AvailableResults

Returns:
The AvailableResults

setAvailableResults

public void setAvailableResults(int nAvailableResults)
Sets the AvailableResults

Parameters:
nAvailableResults - The AvailableResults

getTotalResults

public int getTotalResults()
Returns the TotalResults

Returns:
The TotalResults

setTotalResults

public void setTotalResults(int nTotalResults)
Sets the TotalResults

Parameters:
nTotalResults - The TotalResults

getError

public java.lang.String getError()
Returns the Error

Returns:
The Error

setError

public void setError(java.lang.String strError)
Sets the Error

Parameters:
strError - The Error

getWarning

public java.lang.String getWarning()
Returns the Warning

Returns:
The Warning

setWarning

public void setWarning(java.lang.String strWarning)
Sets the Warning

Parameters:
strWarning - The Warning

getQueryTime

public java.lang.String getQueryTime()
Returns the QueryTime

Returns:
The QueryTime

setQueryTime

public void setQueryTime(java.lang.String strQueryTime)
Sets the QueryTime

Parameters:
strQueryTime - The QueryTime

getSearchIndexes

public java.lang.String getSearchIndexes()
Returns the SearchIndexes

Returns:
The SearchIndexes

setSearchIndexes

public void setSearchIndexes(java.lang.String strSearchIndexes)
Sets the SearchIndexes

Parameters:
strSearchIndexes - The SearchIndexes

getResults

public java.util.List getResults()
Returns the Results

Returns:
The Results

setResults

public void setResults(java.util.List listResults)
Sets the Results

Parameters:
listResults - The Results

getQuery

public java.lang.String getQuery()
Returns the Query

Returns:
The Query

setQuery

public void setQuery(java.lang.String strQuery)
Sets the Query

Parameters:
strQuery - The Query

getSuggestions

public java.util.Map getSuggestions()
Returns the Suggestions

Returns:
The Suggestions

setSuggestions

public void setSuggestions(java.util.Map mapSuggestions)
Sets the Suggestions

Parameters:
mapSuggestions - The Suggestions


Copyright © 2011 Mairie de Paris. All Rights Reserved.