org.codehaus.swizzle.confluence
Class Space

java.lang.Object
  extended by org.codehaus.swizzle.confluence.MapObject
      extended by org.codehaus.swizzle.confluence.SpaceSummary
          extended by org.codehaus.swizzle.confluence.Space

public class Space
extends SpaceSummary

Version:
$Revision$ $Date$

Field Summary
 
Fields inherited from class org.codehaus.swizzle.confluence.MapObject
fields
 
Constructor Summary
Space()
           
Space(Map data)
           
 
Method Summary
 String getDescription()
          the HTML rendered space description
 String getHomepage()
          the id of the space homepage
 void setDescription(String description)
           
 void setHomepage(String homepage)
           
 
Methods inherited from class org.codehaus.swizzle.confluence.SpaceSummary
getKey, getName, getUrl, setKey, setName, setUrl
 
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

Space

public Space()

Space

public Space(Map data)
Method Detail

getHomepage

public String getHomepage()
the id of the space homepage


setHomepage

public void setHomepage(String homepage)

getDescription

public String getDescription()
the HTML rendered space description


setDescription

public void setDescription(String description)


Copyright © 2012 The Codehaus Foundation. All Rights Reserved.