org.rhq.enterprise.gui.legacy.portlet
Class RSSFeed

java.lang.Object
  extended by org.rhq.enterprise.gui.legacy.portlet.RSSFeed

public class RSSFeed
extends Object

This bean encapsulates the information that go into an RSS feed


Nested Class Summary
 class RSSFeed.RSSItem
           
 
Constructor Summary
RSSFeed(String baseUrl)
           
 
Method Summary
 void addItem(String title, String link, String desc, long pubDate)
           
 String getBaseUrl()
           
 String getBuildDate()
           
 List getItems()
           
 String getPubDate()
           
 String getTitle()
           
 void setBaseUrl(String baseUrl)
           
 void setBuildDate(long buildDate)
           
 void setItems(List items)
           
 void setPubDate(long pubDate)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RSSFeed

public RSSFeed(String baseUrl)
Method Detail

getBaseUrl

public String getBaseUrl()

setBaseUrl

public void setBaseUrl(String baseUrl)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getPubDate

public String getPubDate()

setPubDate

public void setPubDate(long pubDate)

getBuildDate

public String getBuildDate()

setBuildDate

public void setBuildDate(long buildDate)

getItems

public List getItems()

setItems

public void setItems(List items)

addItem

public void addItem(String title,
                    String link,
                    String desc,
                    long pubDate)


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.