public class ThreadPostReplyForm extends Object
| Constructor and Description |
|---|
ThreadPostReplyForm()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.multipart.MultipartFile |
getAttachment()
Getter for attachment.
|
String |
getContent()
Getter for content.
|
void |
setAttachment(org.springframework.web.multipart.MultipartFile attachment)
Setter for attachment.
|
void |
setContent(String content)
Setter for content.
|
public String getContent()
public void setContent(String content)
content - the content to setpublic org.springframework.web.multipart.MultipartFile getAttachment()
public void setAttachment(org.springframework.web.multipart.MultipartFile attachment)
attachment - the attachment to setCopyright © 2022 OSIVIA. All rights reserved.