public class SortParameterEntry
extends java.lang.Object
| Constructor and Description |
|---|
SortParameterEntry() |
SortParameterEntry(int columnIndex,
boolean isAscending) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnIndex() |
boolean |
isAscending() |
void |
setAscending(boolean isAscending) |
void |
setColumnIndex(int columnIndex) |