org.jasig.portlet.newsreader.model
Class NewsFeed

java.lang.Object
  extended by org.jasig.portlet.newsreader.model.NewsFeed
All Implemented Interfaces:
Serializable

public class NewsFeed
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
NewsFeed()
           
 
Method Summary
 String getAuthor()
           
 String getCopyright()
           
 List<NewsFeedItem> getEntries()
           
 String getLink()
           
 String getTitle()
           
 void setAuthor(String author)
           
 void setCopyright(String copyright)
           
 void setEntries(List<NewsFeedItem> entries)
           
 void setLink(String link)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewsFeed

public NewsFeed()
Method Detail

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.