com.hyper9.simdk.stubs.dao
Class HostCpuIdInfo

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

public class HostCpuIdInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostCpuIdInfo()
           
 
Method Summary
 String getEax()
           
 String getEbx()
           
 String getEcx()
           
 String getEdx()
           
 Integer getLevel()
           
 String getVendor()
           
 void setEax(String toSet)
           
 void setEbx(String toSet)
           
 void setEcx(String toSet)
           
 void setEdx(String toSet)
           
 void setLevel(Integer 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

HostCpuIdInfo

public HostCpuIdInfo()
Method Detail

getLevel

public Integer getLevel()

setLevel

public void setLevel(Integer toSet)

getVendor

public String getVendor()

setVendor

public void setVendor(String toSet)

getEax

public String getEax()

setEax

public void setEax(String toSet)

getEbx

public String getEbx()

setEbx

public void setEbx(String toSet)

getEcx

public String getEcx()

setEcx

public void setEcx(String toSet)

getEdx

public String getEdx()

setEdx

public void setEdx(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.