| Constructor and Description |
|---|
ForumThreadObject()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ForumThreadObject |
clone() |
ForumFiles |
getAttachments()
Getter for attachments.
|
Date |
getDate()
Getter for date.
|
String |
getId()
Getter for id.
|
String |
getMessage()
Getter for message.
|
Date |
getModified()
Getter for modified.
|
String |
getUser()
Getter for user.
|
boolean |
isEditable()
Getter for editable.
|
void |
setAttachments(ForumFiles attachments)
Setter for attachments.
|
void |
setDate(Date date)
Setter for date.
|
void |
setEditable(boolean editable)
Setter for editable.
|
void |
setId(String id)
Setter for id.
|
void |
setMessage(String message)
Setter for message.
|
void |
setModified(Date modified)
Setter for modified.
|
void |
setUser(String user)
Setter for user.
|
public ForumThreadObject clone()
public String getId()
public void setId(String id)
id - the id to setpublic String getUser()
public void setUser(String user)
user - the user to setpublic Date getDate()
public void setDate(Date date)
date - the date to setpublic Date getModified()
public void setModified(Date modified)
modified - the modified to setpublic String getMessage()
public void setMessage(String message)
message - the message to setpublic ForumFiles getAttachments()
public void setAttachments(ForumFiles attachments)
attachments - the attachments to setpublic boolean isEditable()
public void setEditable(boolean editable)
editable - the editable to setCopyright © 2020 OSIVIA. All rights reserved.