com.hyper9.simdk.stubs.dao
Class ChoiceOption

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

public class ChoiceOption
extends OptionType

Author:
akutz
See Also:
Serialized Form

Constructor Summary
ChoiceOption()
           
 
Method Summary
 List<ElementDescription> getChoiceInfo()
           
 Integer getDefaultIndex()
           
 void setChoiceInfo(List<ElementDescription> toSet)
           
 void setDefaultIndex(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

ChoiceOption

public ChoiceOption()
Method Detail

getChoiceInfo

public List<ElementDescription> getChoiceInfo()

setChoiceInfo

public void setChoiceInfo(List<ElementDescription> toSet)

getDefaultIndex

public Integer getDefaultIndex()

setDefaultIndex

public void setDefaultIndex(Integer toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.