org.codehaus.swizzle.confluence
Class BlogEntry

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

public class BlogEntry
extends MapObject

Version:
$Revision$ $Date$

Field Summary
 
Fields inherited from class org.codehaus.swizzle.confluence.MapObject
fields
 
Constructor Summary
BlogEntry()
           
BlogEntry(Map data)
           
 
Method Summary
 String getAuthor()
          username of the author
 String getContent()
          the blog entry content
 String getId()
          the id of the blog entry
 int getLocks()
          the number of locks current on this page
 String getSpace()
          the key of the space that this blog entry belongs to
 String getTitle()
          the title of the page
 String getUrl()
          the url to view this blog entry online
 int getVersion()
          the version number of this blog entry
 void setAuthor(String author)
           
 void setContent(String content)
           
 void setId(String id)
           
 void setLocks(int locks)
           
 void setSpace(String space)
           
 void setTitle(String title)
           
 void setUrl(String url)
           
 void setVersion(int version)
           
 Map toRawMap()
           
 
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, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BlogEntry

public BlogEntry()

BlogEntry

public BlogEntry(Map data)
Method Detail

getId

public String getId()
the id of the blog entry


setId

public void setId(String id)

getSpace

public String getSpace()
the key of the space that this blog entry belongs to


setSpace

public void setSpace(String space)

getAuthor

public String getAuthor()
username of the author


setAuthor

public void setAuthor(String author)

getTitle

public String getTitle()
the title of the page


setTitle

public void setTitle(String title)

getUrl

public String getUrl()
the url to view this blog entry online


setUrl

public void setUrl(String url)

getVersion

public int getVersion()
the version number of this blog entry


setVersion

public void setVersion(int version)

getContent

public String getContent()
the blog entry content


setContent

public void setContent(String content)

getLocks

public int getLocks()
the number of locks current on this page


setLocks

public void setLocks(int locks)

toRawMap

public Map toRawMap()
Overrides:
toRawMap in class MapObject


Copyright © 2012 The Codehaus Foundation. All Rights Reserved.