gov.nih.nci.caarray.domain.data
Class ArrayDataType
java.lang.Object
gov.nih.nci.caarray.domain.AbstractCaArrayObject
gov.nih.nci.caarray.domain.data.ArrayDataType
- All Implemented Interfaces:
- com.fiveamsolutions.nci.commons.data.persistent.PersistentObject, java.io.Serializable
public class ArrayDataType
- extends AbstractCaArrayObject
Indicates the source of array data and the complete list of QuantitationTypes
that may be
associated with the particular type and version.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ArrayDataType
public ArrayDataType()
getName
public java.lang.String getName()
- Returns:
- the name
setName
public void setName(java.lang.String name)
- Parameters:
name
- the name to set
getVersion
public java.lang.String getVersion()
- Returns:
- the version
setVersion
public void setVersion(java.lang.String version)
- Parameters:
version
- the version to set
getQuantitationTypes
public java.util.Set<QuantitationType> getQuantitationTypes()
- Returns:
- the quantitationTypes