org.jasig.portlet.newsreader.model
Class NewsFeed
java.lang.Object
org.jasig.portlet.newsreader.model.NewsFeed
- All Implemented Interfaces:
- Serializable
public class NewsFeed
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NewsFeed
public NewsFeed()
getEntries
public List<NewsFeedItem> getEntries()
setEntries
public void setEntries(List<NewsFeedItem> entries)
getAuthor
public String getAuthor()
setAuthor
public void setAuthor(String author)
getLink
public String getLink()
setLink
public void setLink(String link)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getCopyright
public String getCopyright()
setCopyright
public void setCopyright(String copyright)
Copyright © 2009-2011 Jasig. All Rights Reserved.