com.hyper9.simdk.stubs.dao
Class ClusterConfigInfo

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

public class ClusterConfigInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
ClusterConfigInfo()
           
 
Method Summary
 ClusterDasConfigInfo getDasConfig()
           
 List<ClusterDasVmConfigInfo> getDasVmConfig()
           
 ClusterDrsConfigInfo getDrsConfig()
           
 List<ClusterDrsVmConfigInfo> getDrsVmConfig()
           
 List<ClusterRuleInfo> getRule()
           
 void setDasConfig(ClusterDasConfigInfo toSet)
           
 void setDasVmConfig(List<ClusterDasVmConfigInfo> toSet)
           
 void setDrsConfig(ClusterDrsConfigInfo toSet)
           
 void setDrsVmConfig(List<ClusterDrsVmConfigInfo> toSet)
           
 void setRule(List<ClusterRuleInfo> 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

ClusterConfigInfo

public ClusterConfigInfo()
Method Detail

getDasConfig

public ClusterDasConfigInfo getDasConfig()

setDasConfig

public void setDasConfig(ClusterDasConfigInfo toSet)

getDasVmConfig

public List<ClusterDasVmConfigInfo> getDasVmConfig()

setDasVmConfig

public void setDasVmConfig(List<ClusterDasVmConfigInfo> toSet)

getDrsConfig

public ClusterDrsConfigInfo getDrsConfig()

setDrsConfig

public void setDrsConfig(ClusterDrsConfigInfo toSet)

getDrsVmConfig

public List<ClusterDrsVmConfigInfo> getDrsVmConfig()

setDrsVmConfig

public void setDrsVmConfig(List<ClusterDrsVmConfigInfo> toSet)

getRule

public List<ClusterRuleInfo> getRule()

setRule

public void setRule(List<ClusterRuleInfo> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.