- 所有已实现的接口:
Serializable
排序信息
- 版本:
- $Id: $Id
- 作者:
- zhanglinfeng12
- 另请参阅:
-
-
构造器概要
构造器
Constructor for SortInfo.
Constructor for SortInfo.
-
方法概要
Getter for the field sort.
Getter for the field sortField.
void
Setter for the field sort.
void
Setter for the field sortField.
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
构造器详细资料
-
SortInfo
public SortInfo()
Constructor for SortInfo.
-
SortInfo
Constructor for SortInfo.
- 参数:
sortField - a String object
sort - a Sort object
-
方法详细资料
-
getSortField
Getter for the field sortField.
- 返回:
- a
String object
-
setSortField
public void setSortField(String sortField)
Setter for the field sortField.
- 参数:
sortField - a String object
-
getSort
Getter for the field sort.
- 返回:
- a
Sort object
-
setSort
public void setSort(Sort sort)
Setter for the field sort.
- 参数:
sort - a Sort object