Class 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
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WithExcelCSVFileItem

        public WithExcelCSVFileItem()
    • Method Detail

      • getFile

        public org.apache.commons.fileupload.FileItem getFile()
      • setFile

        public void setFile​(org.apache.commons.fileupload.FileItem file)