org.zeroexchange.dataset.criteria.processor.sort
Class OrderData

java.lang.Object
  extended by org.zeroexchange.dataset.criteria.processor.sort.OrderData

public class OrderData
extends Object

Author:
black

Constructor Summary
OrderData(String sortField, boolean isAsc, String locale)
          Constructor.
 
Method Summary
 String getLocale()
           
 String getSortField()
           
 boolean isAsc()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderData

public OrderData(String sortField,
                 boolean isAsc,
                 String locale)
Constructor.

Method Detail

getSortField

public String getSortField()
Returns:
the sortField

isAsc

public boolean isAsc()
Returns:
the isAsc

getLocale

public String getLocale()
Returns:
the locale


Copyright © 2013. All Rights Reserved.