|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SearchResultModule
This interface describes the additional fields defined in the sesam syndication feed format.
| Field Summary | |
|---|---|
static String |
ELEM_ARTICLE_AGE
|
static String |
ELEM_NEWS_SOURCE
|
static String |
ELEM_NUMBER_OF_HITS
|
static String |
PREFIX
|
static String |
URI
|
| Method Summary | |
|---|---|
String |
getArticleAge()
Returns the age of the article. |
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 interface com.sun.syndication.feed.module.Module |
|---|
clone, getUri |
| Methods inherited from interface com.sun.syndication.feed.CopyFrom |
|---|
copyFrom, getInterface |
| Field Detail |
|---|
static final String URI
static final String PREFIX
static final String ELEM_NUMBER_OF_HITS
static final String ELEM_ARTICLE_AGE
static final String ELEM_NEWS_SOURCE
| Method Detail |
|---|
String getNumberOfHits()
void setNumberOfHits(String numberOfHits)
numberOfHits - The number of hits.String getArticleAge()
void setArticleAge(String articleAge)
articleAge - The article age.void setNewsSource(String newsSource)
newsSource - The news source.String getNewsSource()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||