|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContentEntity
Defines an entity object containing content, such as a Page, BlogPost or Comment. Content entities have urls for editing, and content getter/setters.
| 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. |
User |
getLastModifier()
|
Space |
getSpace()
Return the space this content belongs to. |
java.lang.String |
getTitle()
|
void |
setId(long id)
Set the id used for persistence of this entity. |
| Method Detail |
|---|
long getId()
void setId(long id)
java.lang.String getContent()
java.lang.String getEditUrl()
Space getSpace()
User getLastModifier()
java.lang.String getTitle()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||