org.zeroexchange.dataset
Class SortDescriptor

java.lang.Object
  extended by org.zeroexchange.dataset.SortDescriptor

public class SortDescriptor
extends Object

Author:
black

Constructor Summary
SortDescriptor(String field, boolean asc, String lang)
           
 
Method Summary
 String getField()
           
 String getLang()
           
 String getSortType()
           
 boolean isAsc()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortDescriptor

public SortDescriptor(String field,
                      boolean asc,
                      String lang)
Method Detail

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.