com.elvyx.server.model
Class Statistic

java.lang.Object
  extended by com.elvyx.server.model.Statistic

public class Statistic
extends java.lang.Object

Statistic bean

Since:
1.0
Version:
$Revision: 1.1 $
Author:
Armando Perdomo

Constructor Summary
Statistic()
          Constructor for Statistic.
Statistic(java.lang.Double mean, java.lang.Double variance)
          Constructor for Statistic.
 
Method Summary
 java.lang.Double getMean()
          Return the mean
 java.lang.Double getVariance()
          Get the variance
 void setMean(java.lang.Double mean)
          Set the mean
 void setVariance(java.lang.Double variance)
          Set the variance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Statistic

public Statistic()
Constructor for Statistic.


Statistic

public Statistic(java.lang.Double mean,
                 java.lang.Double variance)
Constructor for Statistic.

Parameters:
mean -
variance -
Method Detail

getMean

public java.lang.Double getMean()
Return the mean

Returns:

setMean

public void setMean(java.lang.Double mean)
Set the mean

Parameters:
mean -

getVariance

public java.lang.Double getVariance()
Get the variance

Returns:

setVariance

public void setVariance(java.lang.Double variance)
Set the variance

Parameters:
variance -


Copyright © 2006-2008 Armando Perdomo. All Rights Reserved.