com.hyper9.simdk.stubs.dao
Class BoolOption

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

public class BoolOption
extends OptionType

Author:
akutz
See Also:
Serialized Form

Constructor Summary
BoolOption()
           
 
Method Summary
 Boolean getDefaultValue()
           
 Boolean getSupported()
           
 void setDefaultValue(Boolean toSet)
           
 void setSupported(Boolean 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

BoolOption

public BoolOption()
Method Detail

getSupported

public Boolean getSupported()

setSupported

public void setSupported(Boolean toSet)

getDefaultValue

public Boolean getDefaultValue()

setDefaultValue

public void setDefaultValue(Boolean toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.