org.gcube.data.harmonization.occurrence.impl.model.statistical
Class StatisticalComputation

java.lang.Object
  extended by org.gcube.data.harmonization.occurrence.impl.model.statistical.StatisticalComputation

public class StatisticalComputation
extends Object


Constructor Summary
StatisticalComputation(String algorithm, String description, String category)
           
 
Method Summary
 String getAlgorithm()
           
 String getCategory()
           
 String getDescription()
           
 void setAlgorithm(String algorithm)
           
 void setCategory(String category)
           
 void setDescription(String description)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StatisticalComputation

public StatisticalComputation(String algorithm,
                              String description,
                              String category)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getAlgorithm

public String getAlgorithm()
Returns:
the algorithm

setAlgorithm

public void setAlgorithm(String algorithm)
Parameters:
algorithm - the algorithm to set

getDescription

public String getDescription()
Returns:
the description

setDescription

public void setDescription(String description)
Parameters:
description - the description to set

getCategory

public String getCategory()
Returns:
the category

setCategory

public void setCategory(String category)
Parameters:
category - the category to set


Copyright © 2013. All Rights Reserved.