org.jasig.portlet.newsreader.model
Class NewsFeedItem

java.lang.Object
  extended by org.jasig.portlet.newsreader.model.NewsFeedItem

public class NewsFeedItem
extends Object

Version:
$Revision$
Author:
Jen Bourey, jennifer.bourey@gmail.com

Constructor Summary
NewsFeedItem()
           
 
Method Summary
 List<com.sun.syndication.feed.synd.SyndPerson> getAuthors()
           
 String getContent()
           
 String getDescription()
           
 String getImageUrl()
           
 String getLink()
           
 String getTitle()
           
 String getUri()
           
 String getVideoUrl()
           
 void setAuthors(List<com.sun.syndication.feed.synd.SyndPerson> authors)
           
 void setContent(String content)
           
 void setDescription(String description)
           
 void setImageUrl(String imageUrl)
           
 void setLink(String link)
           
 void setTitle(String title)
           
 void setUri(String uri)
           
 void setVideoUrl(String videoUrl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewsFeedItem

public NewsFeedItem()
Method Detail

getImageUrl

public String getImageUrl()

setImageUrl

public void setImageUrl(String imageUrl)

getAuthors

public List<com.sun.syndication.feed.synd.SyndPerson> getAuthors()

setAuthors

public void setAuthors(List<com.sun.syndication.feed.synd.SyndPerson> authors)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getContent

public String getContent()

setContent

public void setContent(String content)

getVideoUrl

public String getVideoUrl()

setVideoUrl

public void setVideoUrl(String videoUrl)

getLink

public String getLink()

setLink

public void setLink(String link)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getUri

public String getUri()

setUri

public void setUri(String uri)


Copyright © 2009-2013 Jasig. All Rights Reserved.