|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.caarray.domain.AbstractCaArrayObject
gov.nih.nci.caarray.domain.AbstractCaArrayEntity
gov.nih.nci.caarray.domain.array.Array
public class Array
Represents a single, physical microarray used in an experiment.
Field Summary |
---|
Fields inherited from class gov.nih.nci.caarray.domain.AbstractCaArrayEntity |
---|
CAARRAY_LSID_AUTHORITY, CAARRAY_LSID_NAMESPACE |
Fields inherited from class gov.nih.nci.caarray.domain.AbstractCaArrayObject |
---|
DEFAULT_BATCH_SIZE, DEFAULT_STRING_COLUMN_SIZE, LARGE_TEXT_FIELD_LENGTH |
Constructor Summary | |
---|---|
Array()
|
Method Summary | |
---|---|
ArrayGroup |
getArrayGroup()
|
java.lang.String |
getBatch()
Gets the batch. |
ArrayDesign |
getDesign()
Gets the design. |
ProtocolApplication |
getProduction()
Gets the production. |
java.lang.String |
getSerialNumber()
Gets the serialNumber. |
void |
setArrayGroup(ArrayGroup arrayGroup)
|
void |
setBatch(java.lang.String batchVal)
Sets the batch. |
void |
setDesign(ArrayDesign designVal)
Sets the design. |
void |
setProduction(ProtocolApplication productionVal)
Sets the production. |
void |
setSerialNumber(java.lang.String serialNumberVal)
Sets the serialNumber. |
Methods inherited from class gov.nih.nci.caarray.domain.AbstractCaArrayEntity |
---|
getLsid, getLsidAuthority, getLsidNamespace, getLsidObjectId, setLsid, setLsid, setLsidForEntity |
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 |
---|
public Array()
Method Detail |
---|
public java.lang.String getBatch()
public void setBatch(java.lang.String batchVal)
batchVal
- the batchpublic java.lang.String getSerialNumber()
public void setSerialNumber(java.lang.String serialNumberVal)
serialNumberVal
- the serialNumberpublic ProtocolApplication getProduction()
public void setProduction(ProtocolApplication productionVal)
productionVal
- the productionpublic ArrayDesign getDesign()
public void setDesign(ArrayDesign designVal)
designVal
- the designpublic ArrayGroup getArrayGroup()
public void setArrayGroup(ArrayGroup arrayGroup)
arrayGroup
- new array group
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |