net.spy.jwebkit.rss
Interface RSSItem

All Known Subinterfaces:
RSSPodcastItem

public interface RSSItem

An RSS item.


Method Summary
 java.lang.String getDescription()
          Get the description of this item.
 java.lang.String getGuid()
          Get the GUID for this item.
 java.lang.String getLink()
          Get the link this item points to.
 java.util.Date getPubDate()
          Get the date of publication of this item.
 java.lang.String getTitle()
          Get the title of this item.
 

Method Detail

getTitle

java.lang.String getTitle()
Get the title of this item.


getLink

java.lang.String getLink()
Get the link this item points to.


getDescription

java.lang.String getDescription()
Get the description of this item.


getPubDate

java.util.Date getPubDate()
Get the date of publication of this item.


getGuid

java.lang.String getGuid()
Get the GUID for this item.



Copyright © 1995-2007 SPY Internetworking. All Rights Reserved.