|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.syndication.feed.module.ModuleImpl
no.sesat.search.view.output.syndication.modules.SearchResultModuleImpl
public class SearchResultModuleImpl
SearchResultModule,
Serialized Form| Field Summary | |
|---|---|
static org.jdom.Namespace |
NS
|
| Fields inherited from interface no.sesat.search.view.output.syndication.modules.SearchResultModule |
|---|
ELEM_ARTICLE_AGE, ELEM_NEWS_SOURCE, ELEM_NUMBER_OF_HITS, PREFIX, URI |
| Constructor Summary | |
|---|---|
SearchResultModuleImpl()
Creates a new instance of this class. |
|
| Method Summary | |
|---|---|
void |
copyFrom(Object object)
|
String |
getArticleAge()
Returns the age of the article. |
Class |
getInterface()
|
String |
getNewsSource()
Returns the news source (newspaper name). |
String |
getNumberOfHits()
Returns the number of hits for the search. |
void |
setArticleAge(String articleAge)
Sets the article age. |
void |
setNewsSource(String newsSource)
Sets the news source. |
void |
setNumberOfHits(String numberOfHits)
Sets the number of hits. |
| Methods inherited from class com.sun.syndication.feed.module.ModuleImpl |
|---|
clone, equals, getUri, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.sun.syndication.feed.module.Module |
|---|
clone, getUri |
| Field Detail |
|---|
public static final org.jdom.Namespace NS
| Constructor Detail |
|---|
public SearchResultModuleImpl()
| Method Detail |
|---|
public Class getInterface()
getInterface in interface com.sun.syndication.feed.CopyFrompublic void copyFrom(Object object)
copyFrom in interface com.sun.syndication.feed.CopyFrompublic String getNumberOfHits()
getNumberOfHits in interface SearchResultModulepublic void setNewsSource(String newsSource)
setNewsSource in interface SearchResultModulenewsSource - The news source.public String getNewsSource()
getNewsSource in interface SearchResultModulepublic void setNumberOfHits(String numberOfHits)
setNumberOfHits in interface SearchResultModulenumberOfHits - The number of hits.public String getArticleAge()
getArticleAge in interface SearchResultModulepublic void setArticleAge(String articleAge)
setArticleAge in interface SearchResultModulearticleAge - The article age.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||