@Component @Scope(value="prototype") public class ThreadPost extends ThreadObject
| Constructor and Description |
|---|
ThreadPost()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAttachmentName()
Getter for attachmentName.
|
String |
getAttachmentURL()
Getter for attachmentURL.
|
List<ThreadPost> |
getChildren()
Getter for children.
|
String |
getId()
Getter for id.
|
boolean |
isDeletable()
Getter for deletable.
|
void |
setAttachmentName(String attachmentName)
Setter for attachmentName.
|
void |
setAttachmentURL(String attachmentURL)
Setter for attachmentURL.
|
void |
setDeletable(boolean deletable)
Setter for deletable.
|
void |
setId(String id)
Setter for id.
|
getAttachments, getAuthor, getDate, getMessage, getPerson, getProfileUrl, setAttachments, setAuthor, setDate, setMessage, setPerson, setProfileUrlpublic String getId()
public void setId(String id)
id - the id to setpublic boolean isDeletable()
public void setDeletable(boolean deletable)
deletable - the deletable to setpublic String getAttachmentName()
public void setAttachmentName(String attachmentName)
attachmentName - the attachmentName to setpublic String getAttachmentURL()
public void setAttachmentURL(String attachmentURL)
attachmentURL - the attachmentURL to setpublic List<ThreadPost> getChildren()
Copyright © 2019 OSIVIA. All rights reserved.