public class SortField
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
SortField(java.lang.String fieldName,
boolean asc)
Creates a new sort field.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFieldName()
Returns the name of the field.
|
boolean |
isAscending()
Returns if the sort field is ascending or not.
|