com.hyper9.simdk.stubs.dao
Class VirtualMachineGuestSummary

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

public class VirtualMachineGuestSummary
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VirtualMachineGuestSummary()
           
 
Method Summary
 String getGuestFullName()
           
 String getGuestId()
           
 String getHostName()
           
 String getIpAddress()
           
 String getToolsRunningStatus()
           
 VirtualMachineToolsStatus getToolsStatus()
           
 String getToolsVersionStatus()
           
 void setGuestFullName(String toSet)
           
 void setGuestId(String toSet)
           
 void setHostName(String toSet)
           
 void setIpAddress(String toSet)
           
 void setToolsRunningStatus(String toSet)
           
 void setToolsStatus(VirtualMachineToolsStatus toSet)
           
 void setToolsVersionStatus(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

VirtualMachineGuestSummary

public VirtualMachineGuestSummary()
Method Detail

getGuestId

public String getGuestId()

setGuestId

public void setGuestId(String toSet)

getGuestFullName

public String getGuestFullName()

setGuestFullName

public void setGuestFullName(String toSet)

getToolsStatus

public VirtualMachineToolsStatus getToolsStatus()

setToolsStatus

public void setToolsStatus(VirtualMachineToolsStatus toSet)

getToolsVersionStatus

public String getToolsVersionStatus()

setToolsVersionStatus

public void setToolsVersionStatus(String toSet)

getToolsRunningStatus

public String getToolsRunningStatus()

setToolsRunningStatus

public void setToolsRunningStatus(String toSet)

getHostName

public String getHostName()

setHostName

public void setHostName(String toSet)

getIpAddress

public String getIpAddress()

setIpAddress

public void setIpAddress(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.