com.hyper9.simdk.stubs.dao
Class ClusterPowerOnVmResult

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

public class ClusterPowerOnVmResult
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
ClusterPowerOnVmResult()
           
 
Method Summary
 List<ClusterAttemptedVmInfo> getAttempted()
           
 List<ClusterNotAttemptedVmInfo> getNotAttempted()
           
 List<ClusterRecommendation> getRecommendations()
           
 void setAttempted(List<ClusterAttemptedVmInfo> toSet)
           
 void setNotAttempted(List<ClusterNotAttemptedVmInfo> toSet)
           
 void setRecommendations(List<ClusterRecommendation> 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

ClusterPowerOnVmResult

public ClusterPowerOnVmResult()
Method Detail

getAttempted

public List<ClusterAttemptedVmInfo> getAttempted()

setAttempted

public void setAttempted(List<ClusterAttemptedVmInfo> toSet)

getNotAttempted

public List<ClusterNotAttemptedVmInfo> getNotAttempted()

setNotAttempted

public void setNotAttempted(List<ClusterNotAttemptedVmInfo> toSet)

getRecommendations

public List<ClusterRecommendation> getRecommendations()

setRecommendations

public void setRecommendations(List<ClusterRecommendation> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.