net.sourceforge.pebble.aggregator
Class NewsFeed
java.lang.Object
net.sourceforge.pebble.aggregator.NewsFeed
public class NewsFeed
- extends java.lang.Object
Simple representation of a newsfeed.
- Author:
- Simon Brown
Constructor Summary |
NewsFeed(java.lang.String url)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NewsFeed
public NewsFeed(java.lang.String url)
getUrl
public java.lang.String getUrl()
getTitle
public java.lang.String getTitle()
setTitle
public void setTitle(java.lang.String title)
getLink
public java.lang.String getLink()
setLink
public void setLink(java.lang.String link)
add
public void add(NewsFeedEntry entry)
getEntries
public java.util.List<NewsFeedEntry> getEntries()
getTimestamp
public long getTimestamp()
Copyright © 2003-2006, Simon Brown. All Rights Reserved.