|
||||||||||
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 |
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 |
---|
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 java.lang.String getError()
public void setError(java.lang.String strError)
strError
- The Errorpublic java.lang.String getWarning()
public void setWarning(java.lang.String strWarning)
strWarning
- The Warningpublic java.lang.String getQueryTime()
public void setQueryTime(java.lang.String strQueryTime)
strQueryTime
- The QueryTimepublic java.lang.String getSearchIndexes()
public void setSearchIndexes(java.lang.String strSearchIndexes)
strSearchIndexes
- The SearchIndexespublic java.util.List getResults()
public void setResults(java.util.List listResults)
listResults
- The Resultspublic java.lang.String getQuery()
public void setQuery(java.lang.String strQuery)
strQuery
- The Querypublic java.util.Map getSuggestions()
public void setSuggestions(java.util.Map mapSuggestions)
mapSuggestions
- The Suggestions
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |