com.hyper9.simdk.stubs.dao
Class IntOption

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.IntOption
All Implemented Interfaces:
Serializable

public class IntOption
extends OptionType

Author:
akutz
See Also:
Serialized Form

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

IntOption

public IntOption()
Method Detail

getMin

public Integer getMin()

setMin

public void setMin(Integer toSet)

getMax

public Integer getMax()

setMax

public void setMax(Integer toSet)

getDefaultValue

public Integer getDefaultValue()

setDefaultValue

public void setDefaultValue(Integer toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.