public class ThreadPostDTO extends CommentDTO
CommentDTO| Constructor and Description |
|---|
ThreadPostDTO()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
File |
getAttachment()
Getter for attachment.
|
String |
getFilename()
Getter for filename.
|
String |
getTitle()
Getter for title.
|
void |
setAttachment(File attachment)
Setter for attachment.
|
void |
setFilename(String filename)
Setter for filename.
|
void |
setTitle(String title)
Setter for title.
|
equals, getAuthor, getChildren, getContent, getCreationDate, getId, getPath, getPerson, hashCode, isDeletable, setAuthor, setContent, setCreationDate, setDeletable, setId, setPath, setPerson, toStringpublic String getTitle()
public void setTitle(String title)
title - the title to setpublic String getFilename()
public void setFilename(String filename)
filename - the filename to setpublic File getAttachment()
public void setAttachment(File attachment)
attachment - the attachment to setCopyright © 2019. All rights reserved.