org.pentaho.di.core
Class TimedRow

java.lang.Object
  extended by org.pentaho.di.core.TimedRow

public class TimedRow
extends Object


Constructor Summary
TimedRow(Date logDate, Object[] row)
           
TimedRow(Object[] row)
           
 
Method Summary
 Date getLogDate()
           
 long getLogtime()
          Get the logging time for this row.
 Object[] getRow()
           
 void setLogDate(Date logDate)
           
 void setRow(Object[] row)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimedRow

public TimedRow(Date logDate,
                Object[] row)
Parameters:
logDate -
row -

TimedRow

public TimedRow(Object[] row)
Parameters:
row -
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getRow

public Object[] getRow()
Returns:
the row

setRow

public void setRow(Object[] row)
Parameters:
row - the row to set

getLogDate

public Date getLogDate()
Returns:
the logDate

setLogDate

public void setLogDate(Date logDate)
Parameters:
logDate - the logDate to set

getLogtime

public long getLogtime()
Get the logging time for this row.

Returns:
the logging time for this row.