public class FilePath extends Object
| Constructor and Description |
|---|
FilePath() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDownloadLink()
Getter for downloadLink.
|
org.springframework.web.multipart.MultipartFile |
getFile()
Getter for file.
|
String |
getFileName()
Getter for fileName.
|
String |
getVariableName()
Getter for variableName.
|
void |
setDownloadLink(String downloadLink)
Setter for downloadLink.
|
void |
setFile(org.springframework.web.multipart.MultipartFile file)
Setter for file.
|
void |
setFileName(String fileName)
Setter for fileName.
|
void |
setVariableName(String variableName)
Setter for variableName.
|
public org.springframework.web.multipart.MultipartFile getFile()
public void setFile(org.springframework.web.multipart.MultipartFile file)
file - the file to setpublic String getVariableName()
public void setVariableName(String variableName)
variableName - the variableName to setpublic String getFileName()
public void setFileName(String fileName)
fileName - the fileName to setpublic String getDownloadLink()
public void setDownloadLink(String downloadLink)
downloadLink - the downloadLink to setCopyright © 2016. All rights reserved.