public class Startable extends Object
Constructor and Description |
---|
Startable() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getAutoShutdown()
Get the autoshutdown.
|
Boolean |
getDaemon()
Get the daemon.
|
String |
getDescription()
Get the model description.
|
Boolean |
getMaster()
Get the master.
|
Boolean |
getSuspend()
Get the suspend.
|
void |
setAutoShutdown(Boolean autoshutdown)
Set the autoshutdown.
|
void |
setDaemon(Boolean daemon)
Set the daemon.
|
void |
setDescription(String description)
Set the description.
|
void |
setMaster(Boolean master)
Set the master.
|
void |
setSuspend(Boolean suspend)
Set the suspend.
|
public String getDescription()
public void setDescription(String description)
description
- The description to set.public Boolean getMaster()
public void setMaster(Boolean master)
master
- The master to set.public Boolean getDaemon()
public void setDaemon(Boolean daemon)
daemon
- The daemon to set.public Boolean getAutoShutdown()
public void setAutoShutdown(Boolean autoshutdown)
autoshutdown
- The autoshutdown to set.public Boolean getSuspend()
public void setSuspend(Boolean suspend)
suspend
- The suspend to set.Copyright © 2012. All Rights Reserved.