gov.nih.nci.caarray.external.v1_0.array
Class AssayType

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

public class AssayType
extends AbstractCaArrayEntity

AssayType represents kinds of assays (measurements) that can be run on biomaterials hybridized to microarrays.

Author:
dkokotov
See Also:
Serialized Form

Constructor Summary
AssayType()
          Default constructor, for tooling use.
AssayType(java.lang.String name)
          Create a new assay type with given name.
 
Method Summary
 java.lang.String getName()
           
 void setName(java.lang.String name)
           
 
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

AssayType

public AssayType()
Default constructor, for tooling use.


AssayType

public AssayType(java.lang.String name)
Create a new assay type with given name.

Parameters:
name - the name of the assay type
Method Detail

getName

public java.lang.String getName()
Returns:
the name of the assay type.

setName

public void setName(java.lang.String name)
Parameters:
name - the name to set