|
|||||||||
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.data.AbstractArrayData
public abstract class AbstractArrayData
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 | |
---|---|
AbstractArrayData()
|
Method Summary | |
---|---|
void |
addHybridization(Hybridization hybridization)
Add a new hybridization to the collection of associated hybridizations. |
CaArrayFile |
getDataFile()
Gets the dataFile. |
DataSet |
getDataSet()
|
java.util.Set<Hybridization> |
getHybridizations()
|
java.lang.String |
getName()
Gets the name. |
java.util.Set<ProtocolApplication> |
getProtocolApplications()
Gets the protocolApplications. |
ArrayDataType |
getType()
|
void |
setDataFile(CaArrayFile dataFileVal)
Sets the dataFile. |
void |
setDataSet(DataSet dataSet)
|
void |
setName(java.lang.String nameVal)
Sets the name. |
void |
setType(ArrayDataType type)
|
java.lang.String |
toString()
|
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 |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AbstractArrayData()
Method Detail |
---|
@NotNull public CaArrayFile getDataFile()
public void setDataFile(CaArrayFile dataFileVal)
dataFileVal
- the dataFilepublic java.lang.String getName()
public void setName(java.lang.String nameVal)
nameVal
- the namepublic java.util.Set<ProtocolApplication> getProtocolApplications()
public ArrayDataType getType()
public void setType(ArrayDataType type)
type
- the type to setpublic DataSet getDataSet()
public void setDataSet(DataSet dataSet)
dataSet
- the dataSet to setpublic java.lang.String toString()
toString
in class AbstractCaArrayObject
public java.util.Set<Hybridization> getHybridizations()
public void addHybridization(Hybridization hybridization)
hybridization
- hybridization to add
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |