org.codehaus.swizzle.rss
Class RssItem
java.lang.Object
org.codehaus.swizzle.rss.RssItem
public class RssItem
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RssItem
public RssItem(String type,
String title,
String link,
String description)
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.