org.apache.portals.applications.rss
Class RssInfo

java.lang.Object
  extended byorg.apache.portals.applications.rss.RssInfo

public class RssInfo
extends Object

Version:
$Id: RssInfo.java 188215 2005-01-18 17:43:49Z taylor $
Author:
Lombart Christophe

Field Summary
private  com.sun.syndication.feed.synd.SyndFeed feed
           
private  int itemdisplayed
           
private  boolean openinpopup
           
private  boolean showdescription
           
private  boolean showtextinput
           
private  boolean showtitle
           
 
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
 

Field Detail

feed

private com.sun.syndication.feed.synd.SyndFeed feed

itemdisplayed

private int itemdisplayed

openinpopup

private boolean openinpopup

showdescription

private boolean showdescription

showtitle

private boolean showtitle

showtextinput

private boolean showtextinput
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-2005 Apache Software Foundation. All Rights Reserved.