@Component @Scope(value="prototype") @Refreshable public class ForumThreadForm extends Object
| Constructor and Description |
|---|
ForumThreadForm()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
fr.toutatice.portail.cms.nuxeo.api.domain.DocumentDTO |
getDocument() |
ForumThreadPosts |
getPosts()
Getter for posts.
|
ForumThreadObject |
getReply()
Getter for reply.
|
ForumThreadObject |
getThread()
Getter for thread.
|
boolean |
isCommentable()
Getter for commentable.
|
void |
setCommentable(boolean commentable)
Setter for commentable.
|
void |
setDocument(fr.toutatice.portail.cms.nuxeo.api.domain.DocumentDTO document) |
void |
setPosts(ForumThreadPosts posts)
Setter for posts.
|
void |
setReply(ForumThreadObject reply)
Setter for reply.
|
void |
setThread(ForumThreadObject thread)
Setter for thread.
|
public ForumThreadObject getThread()
public void setThread(ForumThreadObject thread)
thread - the thread to setpublic ForumThreadPosts getPosts()
public void setPosts(ForumThreadPosts posts)
posts - the posts to setpublic ForumThreadObject getReply()
public void setReply(ForumThreadObject reply)
reply - the reply to setpublic fr.toutatice.portail.cms.nuxeo.api.domain.DocumentDTO getDocument()
public void setDocument(fr.toutatice.portail.cms.nuxeo.api.domain.DocumentDTO document)
public boolean isCommentable()
public void setCommentable(boolean commentable)
commentable - the commentable to setCopyright © 2022 OSIVIA. All rights reserved.