com.hyper9.simdk.stubs.dao
Class ClusterDrsFaults

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

public class ClusterDrsFaults
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
ClusterDrsFaults()
           
 
Method Summary
 List<ClusterDrsFaultsFaultsByVm> getFaultsByVm()
           
 String getReason()
           
 void setFaultsByVm(List<ClusterDrsFaultsFaultsByVm> toSet)
           
 void setReason(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

ClusterDrsFaults

public ClusterDrsFaults()
Method Detail

getReason

public String getReason()

setReason

public void setReason(String toSet)

getFaultsByVm

public List<ClusterDrsFaultsFaultsByVm> getFaultsByVm()

setFaultsByVm

public void setFaultsByVm(List<ClusterDrsFaultsFaultsByVm> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.