gov.nih.nci.caarray.external.v1_0.array
Class AssayType
java.lang.Object
gov.nih.nci.caarray.external.v1_0.AbstractCaArrayEntity
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 java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
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
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