|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.bejug.javacareers.feeder.model.RssFeed
Value object for an RSS Feed
| Constructor Summary | |
RssFeed()
|
|
| Method Summary | |
java.lang.Integer |
getId()
Returns ID |
java.lang.String |
getKeywords()
Gets the keywords for this feed |
java.lang.String |
getSourceName()
The source name |
java.lang.String |
getSourceUrl()
The source url. |
java.lang.String |
getUri()
Gets the URL for this feed |
boolean |
isOnDescription()
Gets whether keywords are on description (else title) |
boolean |
isOnTitle()
Gets whether keywords are on title |
void |
setId(java.lang.Integer id)
Sets ID |
void |
setKeywords(java.lang.String keywords)
Sets the keywords for this feed |
void |
setOnDescription(boolean onDescription)
Sets zhether keyzords are on description (else they are on title) |
void |
setOnTitle(boolean onTitle)
Sets whether keywords are on title |
void |
setSourceName(java.lang.String sourceName)
Sets the source name for this feed. |
void |
setSourceUrl(java.lang.String sourceUrl)
Sets the source URL for this feed |
void |
setUri(java.lang.String uri)
Sets the URL for this feed |
java.lang.String |
toString()
Gets a String representation of this feed |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public RssFeed()
| Method Detail |
public java.lang.String getKeywords()
public void setKeywords(java.lang.String keywords)
keywords - comma-delimitedpublic boolean isOnDescription()
public void setOnDescription(boolean onDescription)
onDescription - On descriptionpublic java.lang.String getSourceUrl()
public void setSourceUrl(java.lang.String sourceUrl)
sourceUrl - Sets the source URL of this feedpublic boolean isOnTitle()
public void setOnTitle(boolean onTitle)
onTitle - true if on titlepublic java.lang.String getSourceName()
public void setSourceName(java.lang.String sourceName)
sourceName - Sets the source of this feedpublic java.lang.Integer getId()
public void setId(java.lang.Integer id)
id - The id to set.public java.lang.String getUri()
public void setUri(java.lang.String uri)
uri - The URL for this feed as a stringpublic java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||