|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.basedb.core.data.BasicData net.sf.basedb.core.data.RawData
public class RawData
Represents the measurements for single raw data spot. A raw data entry consists
of two parts, coordinate/reporter information and measured values (intensities, etc.)
What kind of measurements are available are defined by
the RawDataType
of the raw bioassay.
RawDataBatcher
,
RawDataUtil
,
Hybridzations and raw data overviewField Summary | |
---|---|
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 Summary | |
---|---|
RawData()
|
|
RawData(RawBioAssayData rawBioAssay)
|
Method Summary | |
---|---|
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)
|
Methods inherited from class net.sf.basedb.core.data.BasicData |
---|
equals, getId, getVersion, hashCode, setId, setVersion, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface net.sf.basedb.core.data.IdentifiableData |
---|
getId, getVersion |
Field Detail |
---|
private Map<String,Object> extendedProperties
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
Constructor Detail |
---|
public RawData()
public RawData(RawBioAssayData rawBioAssay)
Method Detail |
---|
public Object getExtended(String name)
ExtendableData
getExtended
in interface ExtendableData
name
- The name of the property
public 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)
public Map<String,Object> getAllExtended()
|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |