@Component @Scope(value="prototype") public class Attachments extends Object
| Constructor and Description |
|---|
Attachments()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
getFiles() |
long |
getMaxSize() |
List<org.springframework.web.multipart.MultipartFile> |
getUpload() |
void |
setFiles(List<Attachment> files) |
void |
setMaxSize(long maxSize) |
void |
setUpload(List<org.springframework.web.multipart.MultipartFile> upload) |
public List<Attachment> getFiles()
public void setFiles(List<Attachment> files)
public List<org.springframework.web.multipart.MultipartFile> getUpload()
public void setUpload(List<org.springframework.web.multipart.MultipartFile> upload)
public long getMaxSize()
public void setMaxSize(long maxSize)
Copyright © 2022 OSIVIA. All rights reserved.