|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.it.Comment
public class Comment
| Constructor Summary | |
|---|---|
Comment(BlogPost blogPost,
java.lang.String content)
|
|
Comment(Page page,
java.lang.String content)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getContent()
Return the content of this entity. |
java.lang.String |
getEditUrl()
Return the url where this entity can be edited. |
long |
getId()
Return the id used for persistence of this entity. |
long |
getPageId()
|
Space |
getSpace()
Return the space this content belongs to. |
java.lang.String |
getTitle()
|
void |
setContent(java.lang.String content)
|
void |
setId(long id)
Set the id used for persistence of this entity. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Comment(Page page,
java.lang.String content)
public Comment(BlogPost blogPost,
java.lang.String content)
| Method Detail |
|---|
public long getId()
ContentEntity
getId in interface ContentEntitypublic void setId(long id)
ContentEntity
setId in interface ContentEntitypublic long getPageId()
public java.lang.String getTitle()
public java.lang.String getContent()
ContentEntity
getContent in interface ContentEntitypublic void setContent(java.lang.String content)
public java.lang.String getEditUrl()
ContentEntity
getEditUrl in interface ContentEntitypublic Space getSpace()
ContentEntity
getSpace in interface ContentEntity
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||