com.hyper9.simdk.stubs.dao
Class HostCpuPackage

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

public class HostCpuPackage
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostCpuPackage()
           
 
Method Summary
 Long getBusHz()
           
 List<HostCpuIdInfo> getCpuFeature()
           
 String getDescription()
           
 Long getHz()
           
 Short getIndex()
           
 List<Short> getThreadId()
           
 String getVendor()
           
 void setBusHz(Long toSet)
           
 void setCpuFeature(List<HostCpuIdInfo> toSet)
           
 void setDescription(String toSet)
           
 void setHz(Long toSet)
           
 void setIndex(Short toSet)
           
 void setThreadId(List<Short> 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

HostCpuPackage

public HostCpuPackage()
Method Detail

getIndex

public Short getIndex()

setIndex

public void setIndex(Short toSet)

getVendor

public String getVendor()

setVendor

public void setVendor(String toSet)

getHz

public Long getHz()

setHz

public void setHz(Long toSet)

getBusHz

public Long getBusHz()

setBusHz

public void setBusHz(Long toSet)

getDescription

public String getDescription()

setDescription

public void setDescription(String toSet)

getThreadId

public List<Short> getThreadId()

setThreadId

public void setThreadId(List<Short> toSet)

getCpuFeature

public List<HostCpuIdInfo> getCpuFeature()

setCpuFeature

public void setCpuFeature(List<HostCpuIdInfo> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.