|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.it.BlogPost
public class BlogPost
| Constructor Summary | |
|---|---|
BlogPost(Space space,
java.lang.String title,
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. |
Space |
getSpace()
Return the space this content belongs to. |
java.lang.String |
getTitle()
|
int |
getVersion()
|
void |
setContent(java.lang.String content)
|
void |
setId(long id)
Set the id used for persistence of this entity. |
void |
setVersion(int version)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BlogPost(Space space,
java.lang.String title,
java.lang.String content)
| Method Detail |
|---|
public long getId()
ContentEntity
getId in interface ContentEntitypublic void setId(long id)
ContentEntity
setId in interface ContentEntitypublic Space getSpace()
ContentEntity
getSpace in interface ContentEntitypublic java.lang.String getTitle()
public java.lang.String getContent()
ContentEntity
getContent in interface ContentEntitypublic void setContent(java.lang.String content)
public int getVersion()
public void setVersion(int version)
public java.lang.String getEditUrl()
ContentEntity
getEditUrl in interface ContentEntity
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||