org.pentaho.platform.dataaccess.datasource.wizard.models
Class FileTransformStats

java.lang.Object
  extended by org.pentaho.platform.dataaccess.datasource.wizard.models.FileTransformStats
All Implemented Interfaces:
Serializable

public class FileTransformStats
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
FileTransformStats()
           
 
Method Summary
 long getCsvInputErrorCount()
           
 ArrayList<String> getCsvInputErrors()
           
 DataRow[] getDataRows()
           
 int getErrors()
           
 int getIndexCount()
           
 int getIndexDone()
           
 long getRowsDone()
           
 long getRowsRejected()
           
 long getTableOutputErrorCount()
           
 ArrayList<String> getTableOutputErrors()
           
 boolean isIndexFinished()
           
 boolean isIndexStarted()
           
 boolean isRowsFinished()
           
 boolean isRowsStarted()
           
 void setCsvInputErrorCount(long csvInputErrorCount)
           
 void setCsvInputErrors(ArrayList<String> csvInputErrors)
           
 void setDataRows(DataRow[] rows)
           
 void setErrors(int errors)
           
 void setIndexCount(int indexCount)
           
 void setIndexDone(int indexDone)
           
 void setIndexFinished(boolean indexFinished)
           
 void setIndexStarted(boolean indexStarted)
           
 void setRowsDone(long rowsDone)
           
 void setRowsFinished(boolean rowsFinished)
           
 void setRowsRejected(long rowsRejected)
           
 void setRowsStarted(boolean rowsStarted)
           
 void setTableOutputErrorCount(long tableOutputErrorCount)
           
 void setTableOutputErrors(ArrayList<String> tableOutputErrors)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileTransformStats

public FileTransformStats()
Method Detail

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)