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