@Component @Scope(value="prototype") public class ForumThreadPosts extends Object
| Constructor and Description |
|---|
ForumThreadPosts()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDeletedId()
Getter for deletedId.
|
String |
getEditedId()
Getter for editedId.
|
ForumThreadObject |
getEditedPost()
Getter for editedPost.
|
List<ForumThreadObject> |
getList()
Getter for list.
|
void |
setDeletedId(String deletedId)
Setter for deletedId.
|
void |
setEditedId(String editedId)
Setter for editedId.
|
void |
setEditedPost(ForumThreadObject editedPost)
Setter for editedPost.
|
void |
setList(List<ForumThreadObject> list)
Setter for list.
|
public List<ForumThreadObject> getList()
public void setList(List<ForumThreadObject> list)
list - the list to setpublic ForumThreadObject getEditedPost()
public void setEditedPost(ForumThreadObject editedPost)
editedPost - the editedPost to setpublic String getEditedId()
public void setEditedId(String editedId)
editedId - the editedId to setpublic String getDeletedId()
public void setDeletedId(String deletedId)
deletedId - the deletedId to setCopyright © 2022 OSIVIA. All rights reserved.