Package org.bsc.confluence.xmlrpc
Class Comment
- java.lang.Object
-
- org.bsc.confluence.xmlrpc.MapObject
-
- org.bsc.confluence.xmlrpc.Comment
-
public class Comment extends MapObject
- Version:
- $Revision$ $Date$
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContent()notated content of the comment (use renderContent to render)DategetCreated()creation date of the attachmentStringgetCreator()creator of the attachmentStringgetId()numeric id of the commentStringgetPageId()page ID of the commentStringgetTitle()title of the commentStringgetUrl()url to view the comment onlinevoidsetContent(String content)voidsetCreated(Date created)voidsetCreator(String creator)voidsetId(String id)voidsetPageId(String pageId)voidsetTitle(String title)voidsetUrl(String url)Map<String,Object>toRawMap()
-
-
-
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)
-
-