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()
           
 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

GroupInfo

public GroupInfo(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)

create

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010-2011. All Rights Reserved.