org.codehaus.swizzle.confluence
Class RSSFeed

java.lang.Object
  extended by org.codehaus.swizzle.confluence.MapObject
      extended by org.codehaus.swizzle.confluence.RSSFeed

public class RSSFeed
extends MapObject

Version:
$Revision$ $Date$

Field Summary
 
Fields inherited from class org.codehaus.swizzle.confluence.MapObject
fields
 
Constructor Summary
RSSFeed()
           
RSSFeed(Map data)
           
 
Method Summary
 String getTitle()
          the feed's title
 String getUrl()
          the URL of the RSS feed
 void setTitle(String title)
           
 void setUrl(String url)
           
 
Methods inherited from class org.codehaus.swizzle.confluence.MapObject
getBoolean, getDate, getInt, getList, getMap, getString, setBoolean, setBoolean, setDate, setDate, setInt, setInt, setList, setMap, setString, toMap, toRawMap, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RSSFeed

public RSSFeed()

RSSFeed

public RSSFeed(Map data)
Method Detail

getUrl

public String getUrl()
the URL of the RSS feed


setUrl

public void setUrl(String url)

getTitle

public String getTitle()
the feed's title


setTitle

public void setTitle(String title)


Copyright © 2012 The Codehaus Foundation. All Rights Reserved.