public class RawData extends BasicData implements BatchableData, ExtendableData
RawDataType
of the raw bioassay.RawDataBatcher
,
RawDataUtil
,
Developer documentation: Bioassays and raw dataModifier and Type | Field and Description |
---|---|
private Integer |
block |
private Integer |
column |
private Map<String,Object> |
extendedProperties |
private FeatureData |
feature |
private Integer |
metaGridX |
private Integer |
metaGridY |
private int |
position |
private RawBioAssayData |
rawBioAssay |
private ReporterData |
reporter |
private Integer |
row |
private Float |
x |
private Float |
y |
Constructor and Description |
---|
RawData() |
RawData(RawBioAssayData rawBioAssay) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getAllExtended() |
Integer |
getBlock() |
Integer |
getColumn() |
Object |
getExtended(String name)
Get the value of an extended property.
|
FeatureData |
getFeature()
The feature this raw data is connected with.
|
Integer |
getMetaGridX() |
Integer |
getMetaGridY() |
int |
getPosition() |
(package private) RawBioAssayData |
getRawBioAssay()
The raw bioassay this raw data spot belongs to.
|
ReporterData |
getReporter()
The reporter this raw data is connected with.
|
Integer |
getRow() |
Float |
getX() |
Float |
getY() |
void |
setBlock(Integer block) |
void |
setColumn(Integer column) |
void |
setExtended(String name,
Object value)
Set the value of an extended property.
|
(package private) void |
setFeature(FeatureData feature) |
void |
setMetaGridX(Integer metaGridX) |
void |
setMetaGridY(Integer metaGridY) |
void |
setPosition(int position)
This method was private before 2.6.
|
(package private) void |
setRawBioAssay(RawBioAssayData rawBioAssay) |
void |
setReporter(ReporterData reporter) |
void |
setRow(Integer row) |
void |
setX(Float x) |
void |
setY(Float y) |
equals, getId, getVersion, hashCode, setId, setVersion, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getId, getVersion
private RawBioAssayData rawBioAssay
private FeatureData feature
private ReporterData reporter
private int position
private Float x
private Float y
private Integer block
private Integer metaGridX
private Integer metaGridY
private Integer row
private Integer column
public RawData()
public RawData(RawBioAssayData rawBioAssay)
public Object getExtended(String name)
ExtendableData
getExtended
in interface ExtendableData
name
- The name of the propertypublic void setExtended(String name, Object value)
ExtendableData
setExtended
in interface ExtendableData
name
- The name of the propertyvalue
- The new value for the propertyRawBioAssayData getRawBioAssay()
void setRawBioAssay(RawBioAssayData rawBioAssay)
public FeatureData getFeature()
void setFeature(FeatureData feature)
public ReporterData getReporter()
public void setReporter(ReporterData reporter)
public int getPosition()
public void setPosition(int position)
position
- The position number of the spotpublic Float getX()
public void setX(Float x)
public Float getY()
public void setY(Float y)
public Integer getBlock()
public void setBlock(Integer block)
public Integer getMetaGridX()
public void setMetaGridX(Integer metaGridX)
public Integer getMetaGridY()
public void setMetaGridY(Integer metaGridY)
public Integer getRow()
public void setRow(Integer row)
public Integer getColumn()
public void setColumn(Integer column)