org.apache.jetspeed.portal.portlets
Class RSSPortlet.Item

java.lang.Object
  extended byorg.apache.jetspeed.portal.portlets.RSSPortlet.Item
Enclosing class:
RSSPortlet

public static class RSSPortlet.Item
extends java.lang.Object

Represents an RSS item.


Constructor Summary
RSSPortlet.Item(java.lang.String title, java.lang.String link)
           
RSSPortlet.Item(java.lang.String title, java.lang.String link, java.lang.String description)
           
 
Method Summary
 java.lang.String getDescription()
          Get the description for this item...
 java.lang.String getLink()
           
 java.lang.String getTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RSSPortlet.Item

public RSSPortlet.Item(java.lang.String title,
                       java.lang.String link,
                       java.lang.String description)

RSSPortlet.Item

public RSSPortlet.Item(java.lang.String title,
                       java.lang.String link)
Method Detail

getTitle

public java.lang.String getTitle()

getLink

public java.lang.String getLink()

getDescription

public java.lang.String getDescription()
Get the description for this item... it may be null.



Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.