@Component @Scope(value="prototype") public class FileBrowserBulkDownloadContent extends Object
| Constructor and Description |
|---|
FileBrowserBulkDownloadContent()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDisposition()
Getter for disposition.
|
File |
getFile()
Getter for file.
|
String |
getType()
Getter for type.
|
void |
setDisposition(String disposition)
Setter for disposition.
|
void |
setFile(File file)
Setter for file.
|
void |
setType(String type)
Setter for type.
|
public FileBrowserBulkDownloadContent()
public String getType()
public void setType(String type)
type - the type to setpublic String getDisposition()
public void setDisposition(String disposition)
disposition - the disposition to setpublic File getFile()
public void setFile(File file)
file - the file to setCopyright © 2022. All rights reserved.