cmu.survey.data
Class DataTableModel.Results

java.lang.Object
  extended by cmu.survey.data.DataTableModel.Results
Enclosing class:
DataTableModel

public class DataTableModel.Results
extends java.lang.Object


Field Summary
 boolean importedAllRows
          Whether each and every row imported successfully.
 boolean importedAtLeastOneRow
          Whether anything at all worked (i.e. did at least one row successfully import).
 
Constructor Summary
DataTableModel.Results(boolean importedAtLeastOneRow, boolean importedAllRows)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

importedAtLeastOneRow

public boolean importedAtLeastOneRow
Whether anything at all worked (i.e. did at least one row successfully import).


importedAllRows

public boolean importedAllRows
Whether each and every row imported successfully.

Constructor Detail

DataTableModel.Results

public DataTableModel.Results(boolean importedAtLeastOneRow,
                              boolean importedAllRows)