|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.phraseanet.business.search.SearchResults
public class SearchResults
SearchResults
Constructor Summary | |
---|---|
SearchResults()
|
Method Summary | |
---|---|
int |
getAvailableResults()
Returns the AvailableResults |
int |
getCurrentPage()
Returns the CurrentPage |
String |
getError()
Returns the Error |
String |
getQuery()
Returns the Query |
String |
getQueryTime()
Returns the QueryTime |
List |
getResults()
Returns the Results |
String |
getSearchIndexes()
Returns the SearchIndexes |
Map |
getSuggestions()
Returns the Suggestions |
int |
getTotalPages()
Returns the TotalPages |
int |
getTotalResults()
Returns the TotalResults |
String |
getWarning()
Returns the Warning |
void |
setAvailableResults(int nAvailableResults)
Sets the AvailableResults |
void |
setCurrentPage(int nCurrentPage)
Sets the CurrentPage |
void |
setError(String strError)
Sets the Error |
void |
setQuery(String strQuery)
Sets the Query |
void |
setQueryTime(String strQueryTime)
Sets the QueryTime |
void |
setResults(List listResults)
Sets the Results |
void |
setSearchIndexes(String strSearchIndexes)
Sets the SearchIndexes |
void |
setSuggestions(Map mapSuggestions)
Sets the Suggestions |
void |
setTotalPages(int nTotalPages)
Sets the TotalPages |
void |
setTotalResults(int nTotalResults)
Sets the TotalResults |
void |
setWarning(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 |
---|
public SearchResults()
Method Detail |
---|
public int getTotalPages()
public void setTotalPages(int nTotalPages)
nTotalPages
- The TotalPagespublic int getCurrentPage()
public void setCurrentPage(int nCurrentPage)
nCurrentPage
- The CurrentPagepublic int getAvailableResults()
public void setAvailableResults(int nAvailableResults)
nAvailableResults
- The AvailableResultspublic int getTotalResults()
public void setTotalResults(int nTotalResults)
nTotalResults
- The TotalResultspublic String getError()
public void setError(String strError)
strError
- The Errorpublic String getWarning()
public void setWarning(String strWarning)
strWarning
- The Warningpublic String getQueryTime()
public void setQueryTime(String strQueryTime)
strQueryTime
- The QueryTimepublic String getSearchIndexes()
public void setSearchIndexes(String strSearchIndexes)
strSearchIndexes
- The SearchIndexespublic List getResults()
public void setResults(List listResults)
listResults
- The Resultspublic String getQuery()
public void setQuery(String strQuery)
strQuery
- The Querypublic Map getSuggestions()
public void setSuggestions(Map mapSuggestions)
mapSuggestions
- The Suggestions
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |