org.inria.myriads.snoozecommon.communication.localcontroller.wakeup
Class WakeupSettings

java.lang.Object
  extended by org.inria.myriads.snoozecommon.communication.localcontroller.wakeup.WakeupSettings
All Implemented Interfaces:
Serializable

public class WakeupSettings
extends Object
implements Serializable

Wakeup driver.

Author:
Eugen Feller
See Also:
Serialized Form

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

WakeupSettings

public WakeupSettings()
Empty.


WakeupSettings

public WakeupSettings(WakeupSettings settings)
Wakeup driver.

Parameters:
settings - The wakeup settings
Method Detail

setDriver

public void setDriver(WakeupDriver driver)
Sets the driver.

Parameters:
driver - The wakeup driver

getDriver

public WakeupDriver getDriver()
Returns the wakeup driver.

Returns:
The wakeup driver

setOptions

public void setOptions(String options)
Sets the options.

Parameters:
options - The options

getOptions

public String getOptions()
Returns the options.

Returns:
The options


Copyright © 2012. All Rights Reserved.