com.hyper9.simdk.stubs.dao
Class HostListSummary

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

public class HostListSummary
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostListSummary()
           
 
Method Summary
 HostConfigSummary getConfig()
           
 String getCurrentEVCModeKey()
           
 List<CustomFieldValue> getCustomValue()
           
 HostHardwareSummary getHardware()
           
 HostSystem getHost()
           
 String getManagementServerIp()
           
 String getMaxEVCModeKey()
           
 ManagedEntityStatus getOverallStatus()
           
 HostListSummaryQuickStats getQuickStats()
           
 Boolean getRebootRequired()
           
 HostRuntimeInfo getRuntime()
           
 void setConfig(HostConfigSummary toSet)
           
 void setCurrentEVCModeKey(String toSet)
           
 void setCustomValue(List<CustomFieldValue> toSet)
           
 void setHardware(HostHardwareSummary toSet)
           
 void setHost(HostSystem toSet)
           
 void setManagementServerIp(String toSet)
           
 void setMaxEVCModeKey(String toSet)
           
 void setOverallStatus(ManagedEntityStatus toSet)
           
 void setQuickStats(HostListSummaryQuickStats toSet)
           
 void setRebootRequired(Boolean toSet)
           
 void setRuntime(HostRuntimeInfo 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

HostListSummary

public HostListSummary()
Method Detail

getHost

public HostSystem getHost()

setHost

public void setHost(HostSystem toSet)

getHardware

public HostHardwareSummary getHardware()

setHardware

public void setHardware(HostHardwareSummary toSet)

getRuntime

public HostRuntimeInfo getRuntime()

setRuntime

public void setRuntime(HostRuntimeInfo toSet)

getConfig

public HostConfigSummary getConfig()

setConfig

public void setConfig(HostConfigSummary toSet)

getQuickStats

public HostListSummaryQuickStats getQuickStats()

setQuickStats

public void setQuickStats(HostListSummaryQuickStats toSet)

getOverallStatus

public ManagedEntityStatus getOverallStatus()

setOverallStatus

public void setOverallStatus(ManagedEntityStatus toSet)

getRebootRequired

public Boolean getRebootRequired()

setRebootRequired

public void setRebootRequired(Boolean toSet)

getCustomValue

public List<CustomFieldValue> getCustomValue()

setCustomValue

public void setCustomValue(List<CustomFieldValue> toSet)

getManagementServerIp

public String getManagementServerIp()

setManagementServerIp

public void setManagementServerIp(String toSet)

getMaxEVCModeKey

public String getMaxEVCModeKey()

setMaxEVCModeKey

public void setMaxEVCModeKey(String toSet)

getCurrentEVCModeKey

public String getCurrentEVCModeKey()

setCurrentEVCModeKey

public void setCurrentEVCModeKey(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.