org.codehaus.swizzle.confluence
Class BlogEntrySummary

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

public class BlogEntrySummary
extends MapObject

Version:
$Revision$ $Date$

Field Summary
 
Fields inherited from class org.codehaus.swizzle.confluence.MapObject
fields
 
Constructor Summary
BlogEntrySummary()
           
BlogEntrySummary(Map data)
           
 
Method Summary
 String getId()
          the id of the blog entry
 int getLocks()
          the number of locks current on this page
 Date getPublishDate()
          the date the blog post was published
 String getSpace()
          the key of the space that this blog entry belongs to
 String getTitle()
          the title of the blog entry
 String getUrl()
          the url to view this blog entry online
 void setId(String id)
           
 void setLocks(int locks)
           
 void setPublishDate(Date publishDate)
           
 void setSpace(String space)
           
 void setTitle(String title)
           
 void setUrl(String url)
           
 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

BlogEntrySummary

public BlogEntrySummary()

BlogEntrySummary

public BlogEntrySummary(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)

getTitle

public String getTitle()
the title of the blog entry


setTitle

public void setTitle(String title)

getUrl

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


setUrl

public void setUrl(String url)

getLocks

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


setLocks

public void setLocks(int locks)

getPublishDate

public Date getPublishDate()
the date the blog post was published


setPublishDate

public void setPublishDate(Date publishDate)

toRawMap

public Map toRawMap()
Overrides:
toRawMap in class MapObject


Copyright © 2012 The Codehaus Foundation. All Rights Reserved.