MissingCellDummyRecordpublic class MissingCellDummyRecord extends Record A dummy record for when we're missing a cell in a row,
but still want to trigger something |
Fields Summary |
---|
private int | row | private int | column |
Constructors Summary |
---|
public MissingCellDummyRecord(int row, int column)
this.row = row;
this.column = column;
|
|