Package org.openxava.model.transients
Class WithFileItem
- java.lang.Object
-
- org.openxava.model.transients.WithFileItem
-
- All Implemented Interfaces:
java.io.Serializable
public class WithFileItem extends java.lang.Object implements java.io.Serializable
To use as generic transient class for dialogs.- Since:
- 6.2
- Author:
- Javier Paniza
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WithFileItem()
-
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)
-