public class SortMeta extends Object implements Serializable
| Constructor and Description | 
|---|
| SortMeta() | 
| SortMeta(SortMeta sortMeta) | 
| SortMeta(String columnKey,
        String sortField,
        SortOrder sortOrder,
        javax.el.MethodExpression sortFunction) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getColumnKey() | 
| String | getSortField() | 
| javax.el.MethodExpression | getSortFunction() | 
| SortOrder | getSortOrder() | 
| String | toString() | 
Copyright © 2020. All rights reserved.