Package com.ribs.datasource
Class RMDataSourceGoogle
java.lang.Object
com.ribs.datasource.RMDataSource
com.ribs.datasource.RMDataSourceGoogle
This datasource provides data in the form of a search result from Google Search.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfromXML(RXArchiver anArchiver, RXElement anElement) XML unarchival.Returns the dataset.intReturns the fetch limit.Returns the search schema.Returns the search string.voidsetFetchLimit(int aLimit) Sets the fetch limit.voidSets the search string.toXML(RXArchiver anArchiver) XML archival.Methods inherited from class com.ribs.datasource.RMDataSourcegetEntity, getError, getName, getRelation, setName, toString
- 
Constructor Details- 
RMDataSourceGooglepublic RMDataSourceGoogle()
 
- 
- 
Method Details- 
getSearchReturns the search string.
- 
setSearchSets the search string.
- 
getFetchLimitpublic int getFetchLimit()Returns the fetch limit.
- 
setFetchLimitpublic void setFetchLimit(int aLimit) Sets the fetch limit.
- 
getSchemaReturns the search schema.- Overrides:
- getSchemain class- RMDataSource
 
- 
getDatasetReturns the dataset.- Overrides:
- getDatasetin class- RMDataSource
 
- 
toXMLXML archival.- Overrides:
- toXMLin class- RMDataSource
 
- 
fromXMLXML unarchival.- Overrides:
- fromXMLin class- RMDataSource
 
 
-