com.hyper9.simdk.stubs.dao
Class StringOption

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

public class StringOption
extends OptionType

Author:
akutz
See Also:
Serialized Form

Constructor Summary
StringOption()
           
 
Method Summary
 String getDefaultValue()
           
 String getValidCharacters()
           
 void setDefaultValue(String toSet)
           
 void setValidCharacters(String 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

StringOption

public StringOption()
Method Detail

getDefaultValue

public String getDefaultValue()

setDefaultValue

public void setDefaultValue(String toSet)

getValidCharacters

public String getValidCharacters()

setValidCharacters

public void setValidCharacters(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.