com.hyper9.simdk.stubs.mao
Class OptionManager

java.lang.Object
  extended by com.hyper9.simdk.stubs.mao.ManagedObjectReference
      extended by com.hyper9.simdk.stubs.mao.ManagedObject
          extended by com.hyper9.simdk.stubs.mao.OptionManager
All Implemented Interfaces:
Serializable

public class OptionManager
extends ManagedObject

Author:
akutz
See Also:
Serialized Form

Constructor Summary
OptionManager()
           
 
Method Summary
 List<OptionValue> getSetting()
           
 List<OptionDef> getSupportedOption()
           
 void setSetting(List<OptionValue> toSet)
           
 void setSupportedOption(List<OptionDef> toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.mao.ManagedObjectReference
equals, get_Value, getJpaId, getServerGuid, getSessionKey, getType, set_Value, setJpaId, setServerGuid, setSessionKey, setType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OptionManager

public OptionManager()
Method Detail

getSetting

public List<OptionValue> getSetting()

setSetting

public void setSetting(List<OptionValue> toSet)

getSupportedOption

public List<OptionDef> getSupportedOption()

setSupportedOption

public void setSupportedOption(List<OptionDef> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.