org.codehaus.swizzle.confluence
Class Comment

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

public class Comment
extends MapObject

Version:
$Revision$ $Date$

Field Summary
 
Fields inherited from class org.codehaus.swizzle.confluence.MapObject
fields
 
Constructor Summary
Comment()
           
Comment(Map data)
           
 
Method Summary
 String getContent()
          notated content of the comment (use renderContent to render)
 Date getCreated()
          creation date of the attachment
 String getCreator()
          creator of the attachment
 String getId()
          numeric id of the comment
 String getPageId()
          page ID of the comment
 String getTitle()
          title of the comment
 String getUrl()
          url to view the comment online
 void setContent(String content)
           
 void setCreated(Date created)
           
 void setCreator(String creator)
           
 void setId(String id)
           
 void setPageId(String pageId)
           
 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

Comment

public Comment()

Comment

public Comment(Map data)
Method Detail

getId

public String getId()
numeric id of the comment


setId

public void setId(String id)

getPageId

public String getPageId()
page ID of the comment


setPageId

public void setPageId(String pageId)

getTitle

public String getTitle()
title of the comment


setTitle

public void setTitle(String title)

getContent

public String getContent()
notated content of the comment (use renderContent to render)


setContent

public void setContent(String content)

getUrl

public String getUrl()
url to view the comment online


setUrl

public void setUrl(String url)

getCreated

public Date getCreated()
creation date of the attachment


setCreated

public void setCreated(Date created)

getCreator

public String getCreator()
creator of the attachment


setCreator

public void setCreator(String creator)

toRawMap

public Map toRawMap()
Overrides:
toRawMap in class MapObject


Copyright © 2012 The Codehaus Foundation. All Rights Reserved.