com.hyper9.simdk.stubs.dao
Class LongOption

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

public class LongOption
extends OptionType

Author:
akutz
See Also:
Serialized Form

Constructor Summary
LongOption()
           
 
Method Summary
 Long getDefaultValue()
           
 Long getMax()
           
 Long getMin()
           
 void setDefaultValue(Long toSet)
           
 void setMax(Long toSet)
           
 void setMin(Long 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

LongOption

public LongOption()
Method Detail

getMin

public Long getMin()

setMin

public void setMin(Long toSet)

getMax

public Long getMax()

setMax

public void setMax(Long toSet)

getDefaultValue

public Long getDefaultValue()

setDefaultValue

public void setDefaultValue(Long toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.