nl.gx.webmanager.cms.integration
Interface RssItem


public interface RssItem

Representation of RssItem objects.


Method Summary
 java.lang.String getDescription()
          Return Rss item/Atom entry description.
 Link getLink()
          Return link to Rss item/Atom entry.
 java.util.Date getPublicationDate()
          Return Rss item/Atom entry published date.
 java.lang.String getTitle()
          Return Rss item/Atom entry title.
 

Method Detail

getTitle

java.lang.String getTitle()
Return Rss item/Atom entry title.

Returns:
Rss item/Atom entry title.

getPublicationDate

java.util.Date getPublicationDate()
Return Rss item/Atom entry published date.

Returns:
Rss item/Atom entry published date.

getDescription

java.lang.String getDescription()
Return Rss item/Atom entry description.

Returns:
Rss item/Atom entry description.

getLink

Link getLink()
Return link to Rss item/Atom entry.

Returns:
link to Rss item/Atom entry.


Copyright © 2007-2011 GX Software BV. All Rights Reserved.