org.jasig.portlet.newsreader.model
Class NewsFeedItem

java.lang.Object
  extended by com.sun.syndication.feed.synd.SyndEntryImpl
      extended by org.jasig.portlet.newsreader.model.NewsFeedItem
All Implemented Interfaces:
com.sun.syndication.feed.CopyFrom, com.sun.syndication.feed.module.Extendable, com.sun.syndication.feed.synd.SyndEntry, java.io.Serializable, java.lang.Cloneable

public class NewsFeedItem
extends com.sun.syndication.feed.synd.SyndEntryImpl

Version:
$Revision: 23269 $
Author:
Jen Bourey, jennifer.bourey@gmail.com
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.sun.syndication.feed.synd.SyndEntryImpl
CONVENIENCE_PROPERTIES
 
Constructor Summary
NewsFeedItem()
           
 
Method Summary
 java.lang.String getImageUrl()
           
 void setImageUrl(java.lang.String url)
           
 
Methods inherited from class com.sun.syndication.feed.synd.SyndEntryImpl
clone, copyFrom, equals, getAuthor, getAuthors, getCategories, getContents, getContributors, getDescription, getEnclosures, getForeignMarkup, getInterface, getLink, getLinks, getModule, getModules, getPublishedDate, getSource, getTitle, getTitleEx, getUpdatedDate, getUri, getWireEntry, hashCode, setAuthor, setAuthors, setCategories, setContents, setContributors, setDescription, setEnclosures, setForeignMarkup, setLink, setLinks, setModules, setPublishedDate, setSource, setTitle, setTitleEx, setUpdatedDate, setUri, setWireEntry, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NewsFeedItem

public NewsFeedItem()
Method Detail

getImageUrl

public java.lang.String getImageUrl()

setImageUrl

public void setImageUrl(java.lang.String url)


Copyright © 2009-2011 Jasig. All Rights Reserved.