org.apache.portals.applications.rss
Class RssInfo

java.lang.Object
  extended by org.apache.portals.applications.rss.RssInfo

public class RssInfo
extends java.lang.Object

Version:
$Id: RssInfo.java 516448 2007-03-09 16:25:47Z ate $
Author:
Lombart Christophe

Constructor Summary
RssInfo(com.sun.syndication.feed.synd.SyndFeed feed, int itemdisplayed, boolean openinpopup, boolean showdescription, boolean showtitle, boolean showtextinput)
           
 
Method Summary
 com.sun.syndication.feed.synd.SyndFeed getFeed()
           
 int getItemdisplayed()
           
 boolean isOpeninpopup()
           
 boolean isShowdescription()
           
 boolean isShowtextinput()
           
 boolean isShowtitle()
           
 void setFeed(com.sun.syndication.feed.synd.SyndFeed feed)
           
 void setItemdisplayed(int itemdisplayed)
           
 void setOpeninpopup(boolean openinpopup)
           
 void setShowdescription(boolean showdescription)
           
 void setShowtextinput(boolean showtextinput)
           
 void setShowtitle(boolean showtitle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RssInfo

public RssInfo(com.sun.syndication.feed.synd.SyndFeed feed,
               int itemdisplayed,
               boolean openinpopup,
               boolean showdescription,
               boolean showtitle,
               boolean showtextinput)
Parameters:
feed -
itemdisplayed -
openinpopup -
showdescription -
showtitle -
showtextinput -
Method Detail

getFeed

public com.sun.syndication.feed.synd.SyndFeed getFeed()

setFeed

public void setFeed(com.sun.syndication.feed.synd.SyndFeed feed)

getItemdisplayed

public int getItemdisplayed()

setItemdisplayed

public void setItemdisplayed(int itemdisplayed)

isOpeninpopup

public boolean isOpeninpopup()

setOpeninpopup

public void setOpeninpopup(boolean openinpopup)

isShowdescription

public boolean isShowdescription()

setShowdescription

public void setShowdescription(boolean showdescription)

isShowtextinput

public boolean isShowtextinput()

setShowtextinput

public void setShowtextinput(boolean showtextinput)

isShowtitle

public boolean isShowtitle()

setShowtitle

public void setShowtitle(boolean showtitle)


Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.