com.hyper9.simdk.stubs.dao
Class AutoStartPowerInfo

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

public class AutoStartPowerInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
AutoStartPowerInfo()
           
 
Method Summary
 VirtualMachine getKey()
           
 String getStartAction()
           
 Integer getStartDelay()
           
 Integer getStartOrder()
           
 String getStopAction()
           
 Integer getStopDelay()
           
 AutoStartWaitHeartbeatSetting getWaitForHeartbeat()
           
 void setKey(VirtualMachine toSet)
           
 void setStartAction(String toSet)
           
 void setStartDelay(Integer toSet)
           
 void setStartOrder(Integer toSet)
           
 void setStopAction(String toSet)
           
 void setStopDelay(Integer toSet)
           
 void setWaitForHeartbeat(AutoStartWaitHeartbeatSetting 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

AutoStartPowerInfo

public AutoStartPowerInfo()
Method Detail

getKey

public VirtualMachine getKey()

setKey

public void setKey(VirtualMachine toSet)

getStartOrder

public Integer getStartOrder()

setStartOrder

public void setStartOrder(Integer toSet)

getStartDelay

public Integer getStartDelay()

setStartDelay

public void setStartDelay(Integer toSet)

getWaitForHeartbeat

public AutoStartWaitHeartbeatSetting getWaitForHeartbeat()

setWaitForHeartbeat

public void setWaitForHeartbeat(AutoStartWaitHeartbeatSetting toSet)

getStartAction

public String getStartAction()

setStartAction

public void setStartAction(String toSet)

getStopDelay

public Integer getStopDelay()

setStopDelay

public void setStopDelay(Integer toSet)

getStopAction

public String getStopAction()

setStopAction

public void setStopAction(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.