|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.inria.myriads.snoozecommon.communication.localcontroller.wakeup.WakeupSettings
public class WakeupSettings
Wakeup driver.
Constructor Summary | |
---|---|
WakeupSettings()
Empty. |
|
WakeupSettings(WakeupSettings settings)
Wakeup driver. |
Method Summary | |
---|---|
WakeupDriver |
getDriver()
Returns the wakeup driver. |
String |
getOptions()
Returns the options. |
void |
setDriver(WakeupDriver driver)
Sets the driver. |
void |
setOptions(String options)
Sets the options. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WakeupSettings()
public WakeupSettings(WakeupSettings settings)
settings
- The wakeup settingsMethod Detail |
---|
public void setDriver(WakeupDriver driver)
driver
- The wakeup driverpublic WakeupDriver getDriver()
public void setOptions(String options)
options
- The optionspublic String getOptions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |