Class DataFileEvent

    • Constructor Detail

      • DataFileEvent

        public DataFileEvent()
    • Method Detail

      • getDataFile

        public DataFile getDataFile()
        Return the data file bean
        Returns:
        the data file
      • getIncomplete

        public boolean getIncomplete()
        Returns if the data file is incomplete or not
        Returns:
        if the data file is incomplete or not
      • setDataFile

        public void setDataFile​(DataFile dataFile)
        Set up the data file bean
        Parameters:
        dataFile - the data file
      • setIncomplete

        public void setIncomplete​(boolean incomplete)
        Set up the value that determines if the data file is incomplete or not
        Parameters:
        incomplete - the value that determines if the data file is incomplete or not