public class TimedRow extends Object
Constructor and Description |
---|
TimedRow(Date logDate,
Object[] row) |
TimedRow(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Date |
getLogDate() |
long |
getLogtime()
Get the logging time for this row.
|
Object[] |
getRow() |
void |
setLogDate(Date logDate) |
void |
setRow(Object[] row) |
String |
toString() |
public TimedRow(Object[] row)
row
- public Object[] getRow()
public void setRow(Object[] row)
row
- the row to setpublic Date getLogDate()
public void setLogDate(Date logDate)
logDate
- the logDate to setpublic long getLogtime()