|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hyper9.simdk.stubs.dao.DynamicData com.hyper9.simdk.stubs.dao.OptionType com.hyper9.simdk.stubs.dao.FloatOption
public class FloatOption
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 |
---|
public FloatOption()
Method Detail |
---|
public Float getMin()
public void setMin(Float toSet)
public Float getMax()
public void setMax(Float toSet)
public Float getDefaultValue()
public void setDefaultValue(Float toSet)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |