ch.ralscha.extdirectspring.bean
Class GroupInfo

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

public class GroupInfo
extends Object


Constructor Summary
GroupInfo(String property, SortDirection direction)
           
 
Method Summary
static GroupInfo 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

GroupInfo

public GroupInfo(String property,
                 SortDirection direction)
Method Detail

getProperty

public String getProperty()

getDirection

public SortDirection getDirection()

create

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010-2012. All Rights Reserved.