public class ObjectSort extends Object
| 构造器和说明 |
|---|
ObjectSort(Field sortField,
String direct) |
ObjectSort(Field sortField,
String direct,
String sortType) |
ObjectSort(Field sortField,
String direct,
String sortType,
Map<Comparable,Integer> sortIndexMap) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDirect() |
Field |
getSortField() |
Map<Comparable,Integer> |
getSortIndexMap() |
String |
getSortType() |
void |
setDirect(String direct) |
void |
setSortField(Field sortField) |
void |
setSortIndexMap(Map<Comparable,Integer> sortIndexMap) |
void |
setSortType(String sortType) |
public Field getSortField()
public void setSortField(Field sortField)
sortField - the sortField to setpublic String getDirect()
public void setDirect(String direct)
direct - the direct to setpublic String getSortType()
public void setSortType(String sortType)
sortType - the sortType to setpublic Map<Comparable,Integer> getSortIndexMap()
public void setSortIndexMap(Map<Comparable,Integer> sortIndexMap)
sortIndexMap - the sortIndexMap to setCopyright © 2025. All rights reserved.