ch.ralscha.extdirectspring.bean
Class SortInfo

java.lang.Object
  extended by ch.ralscha.extdirectspring.bean.SortInfo

public class SortInfo
extends Object


Constructor Summary
SortInfo(String property, SortDirection direction)
           
 
Method Summary
static SortInfo create(Map<String,Object> jsonData)
           
 SortDirection getDirection()
           
 String getProperty()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SortInfo

public SortInfo(String property,
                SortDirection direction)
Method Detail

getProperty

public String getProperty()

getDirection

public SortDirection getDirection()

create

public static SortInfo create(Map<String,Object> jsonData)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010-2011. All Rights Reserved.