org.apache.portals.applications.rss
Class RssInfo
java.lang.Object
org.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
Constructor Summary |
RssInfo(com.sun.syndication.feed.synd.SyndFeed feed,
int itemdisplayed,
boolean openinpopup,
boolean showdescription,
boolean showtitle,
boolean showtextinput)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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
-
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.