org.inria.myriads.snoozeclient.configurator.statistics
Class StatisticsSettings

java.lang.Object
  extended by org.inria.myriads.snoozeclient.configurator.statistics.StatisticsSettings

public final class StatisticsSettings
extends Object

Statistics settings.

Author:
Eugen Feller

Constructor Summary
StatisticsSettings()
          Constructor.
 
Method Summary
 StatisticsOutput getOutput()
          Returns the output parameters.
 boolean isEnabled()
          Returns the statistics status.
 void setEnabled(Boolean isEnabled)
          Sets the statistics flag.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatisticsSettings

public StatisticsSettings()
Constructor.

Method Detail

setEnabled

public void setEnabled(Boolean isEnabled)
Sets the statistics flag.

Parameters:
isEnabled - true if enabled, false otherwise

isEnabled

public boolean isEnabled()
Returns the statistics status.

Returns:
true if enabled, false otherwise

getOutput

public StatisticsOutput getOutput()
Returns the output parameters.

Returns:
The output parameters


Copyright © 2012. All Rights Reserved.