|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.swizzle.confluence.MapObject
org.codehaus.swizzle.confluence.Comment
public class Comment
| 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 |
|---|
public Comment()
public Comment(Map data)
| Method Detail |
|---|
public String getId()
public void setId(String id)
public String getPageId()
public void setPageId(String pageId)
public String getTitle()
public void setTitle(String title)
public String getContent()
public void setContent(String content)
public String getUrl()
public void setUrl(String url)
public Date getCreated()
public void setCreated(Date created)
public String getCreator()
public void setCreator(String creator)
public Map toRawMap()
toRawMap in class MapObject
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||