de.enough.polish.browser.rss
Class RssItem
java.lang.Object
de.enough.polish.browser.rss.RssItem
public class RssItem
- extends Object
Encapsulates an item within an RSS feed.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ATTRIBUTE_KEY
public static final String ATTRIBUTE_KEY
- key for item attribute
- See Also:
- Constant Field Values
RssItem
public RssItem(String title,
String description,
String link)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getLink
public String getLink()
setLink
public void setLink(String link)