@Component @Scope(value="prototype") @Refreshable public class ForumThreadForm extends Object
| Constructor and Description |
|---|
ForumThreadForm()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
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 boolean isCommentable()
public void setCommentable(boolean commentable)
commentable - the commentable to setCopyright © 2020 OSIVIA. All rights reserved.