com.hyper9.simdk.stubs.dao
Class HostHardwareSummary

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

public class HostHardwareSummary
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostHardwareSummary()
           
 
Method Summary
 Integer getCpuMhz()
           
 String getCpuModel()
           
 Long getMemorySize()
           
 String getModel()
           
 Short getNumCpuCores()
           
 Short getNumCpuPkgs()
           
 Short getNumCpuThreads()
           
 Integer getNumHBAs()
           
 Integer getNumNics()
           
 List<HostSystemIdentificationInfo> getOtherIdentifyingInfo()
           
 String getUuid()
           
 String getVendor()
           
 void setCpuMhz(Integer toSet)
           
 void setCpuModel(String toSet)
           
 void setMemorySize(Long toSet)
           
 void setModel(String toSet)
           
 void setNumCpuCores(Short toSet)
           
 void setNumCpuPkgs(Short toSet)
           
 void setNumCpuThreads(Short toSet)
           
 void setNumHBAs(Integer toSet)
           
 void setNumNics(Integer toSet)
           
 void setOtherIdentifyingInfo(List<HostSystemIdentificationInfo> toSet)
           
 void setUuid(String toSet)
           
 void setVendor(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

HostHardwareSummary

public HostHardwareSummary()
Method Detail

getVendor

public String getVendor()

setVendor

public void setVendor(String toSet)

getModel

public String getModel()

setModel

public void setModel(String toSet)

getUuid

public String getUuid()

setUuid

public void setUuid(String toSet)

getOtherIdentifyingInfo

public List<HostSystemIdentificationInfo> getOtherIdentifyingInfo()

setOtherIdentifyingInfo

public void setOtherIdentifyingInfo(List<HostSystemIdentificationInfo> toSet)

getMemorySize

public Long getMemorySize()

setMemorySize

public void setMemorySize(Long toSet)

getCpuModel

public String getCpuModel()

setCpuModel

public void setCpuModel(String toSet)

getCpuMhz

public Integer getCpuMhz()

setCpuMhz

public void setCpuMhz(Integer toSet)

getNumCpuPkgs

public Short getNumCpuPkgs()

setNumCpuPkgs

public void setNumCpuPkgs(Short toSet)

getNumCpuCores

public Short getNumCpuCores()

setNumCpuCores

public void setNumCpuCores(Short toSet)

getNumCpuThreads

public Short getNumCpuThreads()

setNumCpuThreads

public void setNumCpuThreads(Short toSet)

getNumNics

public Integer getNumNics()

setNumNics

public void setNumNics(Integer toSet)

getNumHBAs

public Integer getNumHBAs()

setNumHBAs

public void setNumHBAs(Integer toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.