com.hyper9.simdk.stubs.dao
Class AutoStartDefaults

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

public class AutoStartDefaults
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
AutoStartDefaults()
           
 
Method Summary
 Boolean getEnabled()
           
 Integer getStartDelay()
           
 String getStopAction()
           
 Integer getStopDelay()
           
 Boolean getWaitForHeartbeat()
           
 void setEnabled(Boolean toSet)
           
 void setStartDelay(Integer toSet)
           
 void setStopAction(String toSet)
           
 void setStopDelay(Integer toSet)
           
 void setWaitForHeartbeat(Boolean 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

AutoStartDefaults

public AutoStartDefaults()
Method Detail

getEnabled

public Boolean getEnabled()

setEnabled

public void setEnabled(Boolean toSet)

getStartDelay

public Integer getStartDelay()

setStartDelay

public void setStartDelay(Integer toSet)

getStopDelay

public Integer getStopDelay()

setStopDelay

public void setStopDelay(Integer toSet)

getWaitForHeartbeat

public Boolean getWaitForHeartbeat()

setWaitForHeartbeat

public void setWaitForHeartbeat(Boolean toSet)

getStopAction

public String getStopAction()

setStopAction

public void setStopAction(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.