com.hyper9.simdk.stubs.dao
Class FloatOption

java.lang.Object
  extended by com.hyper9.simdk.stubs.dao.DynamicData
      extended by com.hyper9.simdk.stubs.dao.OptionType
          extended by com.hyper9.simdk.stubs.dao.FloatOption
All Implemented Interfaces:
Serializable

public class FloatOption
extends OptionType

Author:
akutz
See Also:
Serialized Form

Constructor Summary
FloatOption()
           
 
Method Summary
 Float getDefaultValue()
           
 Float getMax()
           
 Float getMin()
           
 void setDefaultValue(Float toSet)
           
 void setMax(Float toSet)
           
 void setMin(Float toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.OptionType
getValueIsReadonly, setValueIsReadonly
 
Methods inherited from class com.hyper9.simdk.stubs.dao.DynamicData
equals, getDynamicProperty, getDynamicType, getJpaId, getSessionKey, setDynamicProperty, setDynamicType, setJpaId, setSessionKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FloatOption

public FloatOption()
Method Detail

getMin

public Float getMin()

setMin

public void setMin(Float toSet)

getMax

public Float getMax()

setMax

public void setMax(Float toSet)

getDefaultValue

public Float getDefaultValue()

setDefaultValue

public void setDefaultValue(Float toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.