ch.ralscha.extdirectspring.bean
Class SortInfo

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

public class SortInfo
extends java.lang.Object


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

Constructor Detail

SortInfo

public SortInfo(java.lang.String property,
                SortDirection direction)
Method Detail

getProperty

public java.lang.String getProperty()

getDirection

public SortDirection getDirection()

create

public static SortInfo create(java.util.Map<java.lang.String,java.lang.Object> jsonData)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2010-2011. All Rights Reserved.