| Constructor and Description |
|---|
ForumFiles()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ForumFiles |
clone() |
SortedSet<Integer> |
getDeletedBlobIndexes()
Getter for deletedBlobIndexes.
|
Integer |
getDeletedIndex()
Getter for deletedIndex.
|
List<ForumFile> |
getFiles()
Getter for files.
|
List<org.springframework.web.multipart.MultipartFile> |
getUpload()
Getter for upload.
|
void |
setDeletedBlobIndexes(SortedSet<Integer> deletedBlobIndexes)
Setter for deletedBlobIndexes.
|
void |
setDeletedIndex(Integer deletedIndex)
Setter for deletedIndex.
|
void |
setFiles(List<ForumFile> files)
Setter for files.
|
void |
setUpload(List<org.springframework.web.multipart.MultipartFile> upload)
Setter for upload.
|
public ForumFiles clone()
public void setFiles(List<ForumFile> files)
files - the files to setpublic List<org.springframework.web.multipart.MultipartFile> getUpload()
public void setUpload(List<org.springframework.web.multipart.MultipartFile> upload)
upload - the upload to setpublic Integer getDeletedIndex()
public void setDeletedIndex(Integer deletedIndex)
deletedIndex - the deletedIndex to setpublic SortedSet<Integer> getDeletedBlobIndexes()
Copyright © 2019 OSIVIA. All rights reserved.