org.pentaho.di.core
Class TimedRow
java.lang.Object
org.pentaho.di.core.TimedRow
public class TimedRow
- extends Object
TimedRow
public TimedRow(Date logDate,
Object[] row)
- Parameters:
logDate
- row
-
TimedRow
public TimedRow(Object[] row)
- Parameters:
row
-
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.