com.googlecode.wickedcharts.wicket6.highcharts.features.selection
Class JsonSelection

java.lang.Object
  extended by com.googlecode.wickedcharts.wicket6.highcharts.features.selection.JsonSelection

public class JsonSelection
extends Object


Constructor Summary
JsonSelection()
           
 
Method Summary
 Number getMax()
           
 Number getMin()
           
 Integer getWickedChartsId()
           
 void setMax(Number max)
           
 void setMin(Number min)
           
 void setWickedChartsId(Integer wickedChartsId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonSelection

public JsonSelection()
Method Detail

getWickedChartsId

public Integer getWickedChartsId()

setWickedChartsId

public void setWickedChartsId(Integer wickedChartsId)

getMin

public Number getMin()

setMin

public void setMin(Number min)

getMax

public Number getMax()

setMax

public void setMax(Number max)


Copyright © 2013. All Rights Reserved.