com.hyper9.simdk.stubs.dao
Class VirtualMachineConfigOptionDescriptor

java.lang.Object
  extended by com.hyper9.simdk.stubs.dao.DynamicData
      extended by com.hyper9.simdk.stubs.dao.VirtualMachineConfigOptionDescriptor
All Implemented Interfaces:
Serializable

public class VirtualMachineConfigOptionDescriptor
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VirtualMachineConfigOptionDescriptor()
           
 
Method Summary
 Boolean getCreateSupported()
           
 Boolean getDefaultConfigOption()
           
 String getDescription()
           
 List<HostSystem> getHost()
           
 String getKey()
           
 void setCreateSupported(Boolean toSet)
           
 void setDefaultConfigOption(Boolean toSet)
           
 void setDescription(String toSet)
           
 void setHost(List<HostSystem> toSet)
           
 void setKey(String toSet)
           
 
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

VirtualMachineConfigOptionDescriptor

public VirtualMachineConfigOptionDescriptor()
Method Detail

getKey

public String getKey()

setKey

public void setKey(String toSet)

getDescription

public String getDescription()

setDescription

public void setDescription(String toSet)

getHost

public List<HostSystem> getHost()

setHost

public void setHost(List<HostSystem> toSet)

getCreateSupported

public Boolean getCreateSupported()

setCreateSupported

public void setCreateSupported(Boolean toSet)

getDefaultConfigOption

public Boolean getDefaultConfigOption()

setDefaultConfigOption

public void setDefaultConfigOption(Boolean toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.