gov.nih.nci.caarray.external.v1_0.data
Class QuantitationType

java.lang.Object
  extended by gov.nih.nci.caarray.external.v1_0.AbstractCaArrayEntity
      extended by gov.nih.nci.caarray.external.v1_0.data.QuantitationType
All Implemented Interfaces:
java.io.Serializable

public class QuantitationType
extends AbstractCaArrayEntity

A QuantitationType represents a quantity that can be measured by an array. A quantity is defined by its name and its data type, which identifies the value domain for the values of that quantity. The supported data types are boolean, short, integer, long, float, double, and string.

Author:
dkokotov
See Also:
Serialized Form

Constructor Summary
QuantitationType()
           
 
Method Summary
 DataType getDataType()
           
 java.lang.String getName()
           
 void setDataType(DataType dataType)
          Sets the data type for the quantity.
 void setName(java.lang.String name)
          Sets the name for this quanity.
 
Methods inherited from class gov.nih.nci.caarray.external.v1_0.AbstractCaArrayEntity
equals, getId, getReference, hashCode, setId, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QuantitationType

public QuantitationType()
Method Detail

getName

public java.lang.String getName()
Returns:
the name of this quantity

setName

public void setName(java.lang.String name)
Sets the name for this quanity.

Parameters:
name - the name to set

getDataType

public DataType getDataType()
Returns:
the data type of this quantity

setDataType

public void setDataType(DataType dataType)
Sets the data type for the quantity.

Parameters:
dataType - the data type to set