com.hyper9.simdk.stubs.dao
Class AutoStartDefaults
java.lang.Object
com.hyper9.simdk.stubs.dao.DynamicData
com.hyper9.simdk.stubs.dao.AutoStartDefaults
- All Implemented Interfaces:
- Serializable
public class AutoStartDefaults
- extends DynamicData
- Author:
- akutz
- See Also:
- Serialized Form
AutoStartDefaults
public AutoStartDefaults()
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.