| Constructor and Description |
|---|
Vignette()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getMaxUploadSize() |
org.springframework.web.multipart.MultipartFile |
getUpload() |
boolean |
isDeleted() |
void |
setDeleted(boolean deleted) |
void |
setMaxUploadSize(long maxUploadSize) |
void |
setUpload(org.springframework.web.multipart.MultipartFile upload) |
getBlobIndex, getFileName, getMimeType, getTemporaryFile, getUrl, setBlobIndex, setFileName, setMimeType, setTemporaryFile, setUrlpublic long getMaxUploadSize()
public void setMaxUploadSize(long maxUploadSize)
public org.springframework.web.multipart.MultipartFile getUpload()
public void setUpload(org.springframework.web.multipart.MultipartFile upload)
public boolean isDeleted()
public void setDeleted(boolean deleted)
Copyright © 2022 OSIVIA. All rights reserved.