com.hyper9.simdk.stubs.dao
Class HostNumaInfo

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

public class HostNumaInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostNumaInfo()
           
 
Method Summary
 List<HostNumaNode> getNumaNode()
           
 Integer getNumNodes()
           
 String getType()
           
 void setNumaNode(List<HostNumaNode> toSet)
           
 void setNumNodes(Integer toSet)
           
 void setType(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

HostNumaInfo

public HostNumaInfo()
Method Detail

getType

public String getType()

setType

public void setType(String toSet)

getNumNodes

public Integer getNumNodes()

setNumNodes

public void setNumNodes(Integer toSet)

getNumaNode

public List<HostNumaNode> getNumaNode()

setNumaNode

public void setNumaNode(List<HostNumaNode> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.