org.rhq.enterprise.gui.legacy.portlet
Class RSSFeed
java.lang.Object
org.rhq.enterprise.gui.legacy.portlet.RSSFeed
public class RSSFeed
- extends Object
This bean encapsulates the information that go into an RSS feed
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RSSFeed
public RSSFeed(String baseUrl)
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.