com.hyper9.simdk.stubs.dao
Class HostUnresolvedVmfsResolutionResult

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

public class HostUnresolvedVmfsResolutionResult
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostUnresolvedVmfsResolutionResult()
           
 
Method Summary
 LocalizedMethodFault getFault()
           
 HostUnresolvedVmfsResolutionSpec getSpec()
           
 HostVmfsVolume getVmfs()
           
 void setFault(LocalizedMethodFault toSet)
           
 void setSpec(HostUnresolvedVmfsResolutionSpec toSet)
           
 void setVmfs(HostVmfsVolume 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

HostUnresolvedVmfsResolutionResult

public HostUnresolvedVmfsResolutionResult()
Method Detail

getSpec

public HostUnresolvedVmfsResolutionSpec getSpec()

setSpec

public void setSpec(HostUnresolvedVmfsResolutionSpec toSet)

getVmfs

public HostVmfsVolume getVmfs()

setVmfs

public void setVmfs(HostVmfsVolume toSet)

getFault

public LocalizedMethodFault getFault()

setFault

public void setFault(LocalizedMethodFault toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.