@Component @Scope(value="prototype") public class Attachments extends Object
| Constructor and Description |
|---|
Attachments()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
getFiles()
Getter for files.
|
List<org.springframework.web.multipart.MultipartFile> |
getUpload()
Getter for upload.
|
void |
setFiles(List<Attachment> files)
Setter for files.
|
void |
setUpload(List<org.springframework.web.multipart.MultipartFile> upload)
Setter for upload.
|
public List<Attachment> getFiles()
public void setFiles(List<Attachment> 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 setCopyright © 2019 OSIVIA. All rights reserved.