org.pentaho.platform.dataaccess.datasource.wizard.models
Class FileTransformStats
java.lang.Object
org.pentaho.platform.dataaccess.datasource.wizard.models.FileTransformStats
- All Implemented Interfaces:
- Serializable
public class FileTransformStats
- extends Object
- implements Serializable
- See Also:
- Serialized Form
FileTransformStats
public FileTransformStats()
isRowsFinished
public boolean isRowsFinished()
setRowsFinished
public void setRowsFinished(boolean rowsFinished)
isRowsStarted
public boolean isRowsStarted()
setRowsStarted
public void setRowsStarted(boolean rowsStarted)
getRowsDone
public long getRowsDone()
setRowsDone
public void setRowsDone(long rowsDone)
getRowsRejected
public long getRowsRejected()
setRowsRejected
public void setRowsRejected(long rowsRejected)
getIndexCount
public int getIndexCount()
setIndexCount
public void setIndexCount(int indexCount)
isIndexStarted
public boolean isIndexStarted()
setIndexStarted
public void setIndexStarted(boolean indexStarted)
isIndexFinished
public boolean isIndexFinished()
setIndexFinished
public void setIndexFinished(boolean indexFinished)
getIndexDone
public int getIndexDone()
setIndexDone
public void setIndexDone(int indexDone)
getErrors
public int getErrors()
setErrors
public void setErrors(int errors)
getCsvInputErrors
public ArrayList<String> getCsvInputErrors()
setCsvInputErrors
public void setCsvInputErrors(ArrayList<String> csvInputErrors)
getTableOutputErrors
public ArrayList<String> getTableOutputErrors()
setTableOutputErrors
public void setTableOutputErrors(ArrayList<String> tableOutputErrors)
getCsvInputErrorCount
public long getCsvInputErrorCount()
setCsvInputErrorCount
public void setCsvInputErrorCount(long csvInputErrorCount)
getTableOutputErrorCount
public long getTableOutputErrorCount()
setTableOutputErrorCount
public void setTableOutputErrorCount(long tableOutputErrorCount)
getDataRows
public DataRow[] getDataRows()
setDataRows
public void setDataRows(DataRow[] rows)