Package org.openrefine.commands.row
Class GetRowsCommand.WrappedRow
- java.lang.Object
-
- org.openrefine.commands.row.GetRowsCommand.WrappedRow
-
- Enclosing class:
- GetRowsCommand
protected static class GetRowsCommand.WrappedRow extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected long
paginationIndex
The row index used for pagination (which can be different from the logical one if a temporary sort is applied)protected Long
recordIndex
protected Row
row
protected long
rowIndex
The logical row index (meaning the one from the original, unsorted grid)
-
Constructor Summary
Constructors Modifier Constructor Description protected
WrappedRow(Row rowOrRecord, long rowIndex, Long recordIndex, long paginationIndex)
-
-
-
Field Detail
-
row
protected final Row row
-
rowIndex
protected final long rowIndex
The logical row index (meaning the one from the original, unsorted grid)
-
recordIndex
protected final Long recordIndex
-
paginationIndex
protected final long paginationIndex
The row index used for pagination (which can be different from the logical one if a temporary sort is applied)
-
-