public interface ModifiablePost extends Post
Modifier and Type | Method and Description |
---|---|
ModifiableRichText |
getContent()
Get the content of the post
|
void |
setAuthor(UserIdentity author)
Set the author of this post.
|
void |
setCreationDate(Date startDate)
Set the post's creation date.
|
void |
setLastModified(Date date)
Set the post's modification date.
|
getAuthor, getCreationDate, getLastModified
ModifiableRichText getContent()
getContent
in interface Post
void setAuthor(UserIdentity author)
author
- the authorvoid setCreationDate(Date startDate)
startDate
- the post's creation date.void setLastModified(Date date)
date
- the last modification date to set.