public class ThreadPost extends ThreadObject
| Constructor and Description |
|---|
ThreadPost()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ThreadPost> |
getChildren()
Getter for children.
|
String |
getId()
Getter for id.
|
boolean |
isDeletable()
Getter for deletable.
|
void |
setDeletable(boolean deletable)
Setter for deletable.
|
void |
setId(String id)
Setter for id.
|
getAttachmentName, getAttachmentURL, getAuthor, getDate, getMessage, getPerson, getProfileURL, setAttachmentName, setAttachmentURL, 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 List<ThreadPost> getChildren()
Copyright © 2016 OSIVIA. All rights reserved.