Package org.openxava.model.transients
Class WithExcelCSVFileItem
- java.lang.Object
-
- org.openxava.model.transients.WithExcelCSVFileItem
-
- All Implemented Interfaces:
java.io.Serializable
public class WithExcelCSVFileItem extends java.lang.Object implements java.io.Serializable
To use as generic transient class for dialogs with a single property that allows only Excel and CSV files.- Since:
- 6.6
- Author:
- Javier Paniza
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WithExcelCSVFileItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.commons.fileupload.FileItem
getFile()
void
setFile(org.apache.commons.fileupload.FileItem file)
-