org.codehaus.swizzle.rss
Class RssItem

java.lang.Object
  extended by org.codehaus.swizzle.rss.RssItem

public class RssItem
extends Object


Constructor Summary
RssItem(String type, String title, String link, String description)
           
 
Method Summary
 String getContent()
           
 String getDescription()
           
 String getLink()
           
 String getTitle()
           
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RssItem

public RssItem(String type,
               String title,
               String link,
               String description)
Method Detail

getType

public String getType()

getDescription

public String getDescription()

getLink

public String getLink()

getTitle

public String getTitle()

getContent

public String getContent()
                  throws IOException
Throws:
IOException


Copyright © 2011 The Codehaus Foundation. All Rights Reserved.