org.codehaus.swizzle.confluence
Class SpaceSummary

java.lang.Object
  extended by org.codehaus.swizzle.confluence.MapObject
      extended by org.codehaus.swizzle.confluence.SpaceSummary
Direct Known Subclasses:
Space

public class SpaceSummary
extends MapObject

Version:
$Revision$ $Date$

Field Summary
 
Fields inherited from class org.codehaus.swizzle.confluence.MapObject
fields
 
Constructor Summary
SpaceSummary()
           
SpaceSummary(Map data)
           
 
Method Summary
 String getKey()
          the space key
 String getName()
          the name of the space
 String getUrl()
          the url to view this space online
 void setKey(String key)
           
 void setName(String name)
           
 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

SpaceSummary

public SpaceSummary()

SpaceSummary

public SpaceSummary(Map data)
Method Detail

getKey

public String getKey()
the space key


setKey

public void setKey(String key)

getName

public String getName()
the name of the space


setName

public void setName(String name)

getUrl

public String getUrl()
the url to view this space online


setUrl

public void setUrl(String url)


Copyright © 2012 The Codehaus Foundation. All Rights Reserved.