public class Comment extends MapObject
Modifier and Type | Method and Description |
---|---|
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() |
public Comment()
public Comment(Map data)
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)
Copyright © 2016 The Codehaus Foundation. All rights reserved.