com.hyper9.simdk.stubs.mao
Class ExtensibleManagedObject

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.ExtensibleManagedObject
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Alarm, ClusterTransitionalEVCManager, HostCpuSchedulerSystem, HostFirewallSystem, HostMemorySystem, HostNetworkSystem, HostPciPassthruSystem, HostServiceSystem, HostStorageSystem, HostVirtualNicManager, HostVMotionSystem, ManagedEntity, ScheduledTask, Task, VirtualMachineBackupAgent, VirtualMachineSnapshot

public class ExtensibleManagedObject
extends ManagedObject

Author:
akutz
See Also:
Serialized Form

Constructor Summary
ExtensibleManagedObject()
           
 
Method Summary
 List<CustomFieldDef> getAvailableField()
           
 List<CustomFieldValue> getValue()
           
 void setAvailableField(List<CustomFieldDef> toSet)
           
 void setValue(List<CustomFieldValue> 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

ExtensibleManagedObject

public ExtensibleManagedObject()
Method Detail

getValue

public List<CustomFieldValue> getValue()

setValue

public void setValue(List<CustomFieldValue> toSet)

getAvailableField

public List<CustomFieldDef> getAvailableField()

setAvailableField

public void setAvailableField(List<CustomFieldDef> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.