de.enough.polish.browser.rss
Class RssItem

java.lang.Object
  extended by de.enough.polish.browser.rss.RssItem

public class RssItem
extends Object

Encapsulates an item within an RSS feed.


Field Summary
static String ATTRIBUTE_KEY
          key for item attribute
 
Constructor Summary
RssItem(String title, String description, String link)
           
 
Method Summary
 String getDescription()
           
 String getLink()
           
 String getTitle()
           
 void setDescription(String description)
           
 void setLink(String link)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATTRIBUTE_KEY

public static final String ATTRIBUTE_KEY
key for item attribute

See Also:
Constant Field Values
Constructor Detail

RssItem

public RssItem(String title,
               String description,
               String link)
Method Detail

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)