org.zeroexchange.dataset
Class SortDescriptor
java.lang.Object
org.zeroexchange.dataset.SortDescriptor
public class SortDescriptor
- extends Object
- Author:
- black
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SortDescriptor
public SortDescriptor(String field,
boolean asc,
String lang)
getField
public String getField()
- Returns:
- the field
isAsc
public boolean isAsc()
- Returns:
- the asc
getLang
public String getLang()
- Returns:
- the lang
getSortType
public String getSortType()
- Returns:
- the sortType
Copyright © 2013. All Rights Reserved.