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 createSortInfo(Map<String,Object> jsonData)
           
 SortDirection getDirection()
           
 String getProperty()
           
 void setDirection(SortDirection direction)
           
 void setProperty(String property)
           
 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()

setProperty

public void setProperty(String property)

getDirection

public SortDirection getDirection()

setDirection

public void setDirection(SortDirection direction)

createSortInfo

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010-2011. All Rights Reserved.