org.inria.myriads.snoozenode.configurator.energymanagement
Class ThresholdSettings

java.lang.Object
  extended by org.inria.myriads.snoozenode.configurator.energymanagement.ThresholdSettings

public class ThresholdSettings
extends Object

Thresholds settings.

Author:
Eugen Feller

Constructor Summary
ThresholdSettings()
          Empty.
 
Method Summary
 int getIdleTime()
          Returns the idle time threshold.
 int getWakeupTime()
           
 void setIdleTime(int idleTime)
          Sets the idle time threshold.
 void setWakeupTime(int wakeupTime)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThresholdSettings

public ThresholdSettings()
Empty.

Method Detail

setIdleTime

public void setIdleTime(int idleTime)
Sets the idle time threshold.

Parameters:
idleTime - The idle time threshold

getIdleTime

public int getIdleTime()
Returns the idle time threshold.

Returns:
The idle time threshold

setWakeupTime

public void setWakeupTime(int wakeupTime)
Parameters:
wakeupTime - The wakeup time

getWakeupTime

public int getWakeupTime()
Returns:
the wakeupTimeThreshold


Copyright © 2012. All Rights Reserved.