gov.nih.nci.caarray.domain.data
Class ArrayDataType

java.lang.Object
  extended by gov.nih.nci.caarray.domain.AbstractCaArrayObject
      extended by 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

Field Summary
 
Fields inherited from class gov.nih.nci.caarray.domain.AbstractCaArrayObject
DEFAULT_BATCH_SIZE, DEFAULT_STRING_COLUMN_SIZE, LARGE_TEXT_FIELD_LENGTH
 
Constructor Summary
ArrayDataType()
           
 
Method Summary
 java.lang.String getName()
           
 java.util.Set<QuantitationType> getQuantitationTypes()
           
 java.lang.String getVersion()
           
 void setName(java.lang.String name)
           
 void setVersion(java.lang.String version)
           
 
Methods inherited from class gov.nih.nci.caarray.domain.AbstractCaArrayObject
equals, getCaBigId, getId, getPostLoadSecurityPolicies, getRemoteApiSecurityPolicies, hashCode, setCaBigId, setId, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArrayDataType

public ArrayDataType()
Method Detail

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