|
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.BioAssaySetData
public class BioAssaySetData
This class holds information about a bioassayset.
BioAssaySet
,
Experiments and analysis overviewField Summary | |
---|---|
private AnnotationSetData |
annotationSet
|
private Set<BioAssayData> |
bioAssays
|
private DataCubeFilterData |
dataCubeFilter
|
private DataCubeLayerData |
dataCubeLayer
|
private String |
description
|
private ExperimentData |
experiment
|
private Map<ExtraValueTypeData,ExtraValueData> |
extraValues
|
private FileSetData |
fileSet
|
private int |
intensityTransform
|
private String |
name
|
private int |
numFileReporters
|
private int |
numFileSpots
|
private int |
numReporters
|
private int |
numSpots
|
private boolean |
removed
|
private TransformationData |
transformation
|
private Set<TransformationData> |
transformations
|
Fields inherited from interface net.sf.basedb.core.data.NameableData |
---|
MAX_DESCRIPTION_LENGTH, MAX_NAME_LENGTH |
Constructor Summary | |
---|---|
BioAssaySetData()
|
Method Summary | |
---|---|
AnnotationSetData |
getAnnotationSet()
Get the annotation set that holds the annotations for an item. |
(package private) Set<BioAssayData> |
getBioAssays()
This is the inverse end. |
DataCubeFilterData |
getDataCubeFilter()
Get the filter used by this bioassayset. |
DataCubeLayerData |
getDataCubeLayer()
Get the layer this bioassayset stores it's data in. |
String |
getDescription()
Get the description for the item. |
ExperimentData |
getExperiment()
Get the experiment this bioassayset belongs to. |
Map<ExtraValueTypeData,ExtraValueData> |
getExtraValues()
The extra values calculated for this bioassayset. |
FileSetData |
getFileSet()
Get the file set attached to this item. |
int |
getIntensityTransform()
A flag indicating how the spot intensities has been transformed before it was stored in the database: 0 = no transformation; 1 = 2-log; 2 = 10-log |
String |
getName()
Get the name of the item. |
int |
getNumFileReporters()
The number of unique reporters as stored in files in this bioassayset. |
int |
getNumFileSpots()
The number of unique spots in this bioassayset. |
int |
getNumReporters()
The number of unique reporters in this bioassayset. |
int |
getNumSpots()
The number of unique spots in this bioassayset. |
TransformationData |
getTransformation()
Get the transformation that created this bioassayset. |
(package private) Set<TransformationData> |
getTransformations()
This is the inverse end. |
boolean |
isRemoved()
Check if the removed flag is set for this item. |
void |
setAnnotationSet(AnnotationSetData annotationSet)
Change the annotation set. |
(package private) void |
setBioAssays(Set<BioAssayData> bioAssays)
|
void |
setDataCubeFilter(DataCubeFilterData dataCubeFilter)
|
void |
setDataCubeLayer(DataCubeLayerData dataCubeLayer)
|
void |
setDescription(String description)
Set the description for the item. |
void |
setExperiment(ExperimentData experiment)
|
(package private) void |
setExtraValues(Map<ExtraValueTypeData,ExtraValueData> extraValues)
|
void |
setFileSet(FileSetData fileSet)
Attach a file set to the item. |
void |
setIntensityTransform(int intensityTransform)
|
void |
setName(String name)
Set the name of the item. |
void |
setNumFileReporters(int numFileReporters)
|
void |
setNumFileSpots(int numFileSpots)
|
void |
setNumReporters(int numReporters)
|
void |
setNumSpots(int numSpots)
|
void |
setRemoved(boolean removed)
Set the removed flag for this item. |
void |
setTransformation(TransformationData transformation)
|
(package private) void |
setTransformations(Set<TransformationData> transformations)
|
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 String name
private String description
private boolean removed
private AnnotationSetData annotationSet
private FileSetData fileSet
private ExperimentData experiment
private TransformationData transformation
private DataCubeLayerData dataCubeLayer
private DataCubeFilterData dataCubeFilter
private int numReporters
private int numSpots
private int numFileReporters
private int numFileSpots
private Set<BioAssayData> bioAssays
private Set<TransformationData> transformations
private Map<ExtraValueTypeData,ExtraValueData> extraValues
private int intensityTransform
Constructor Detail |
---|
public BioAssaySetData()
Method Detail |
---|
public String getName()
NameableData
getName
in interface NameableData
String
with the name of the itempublic void setName(String name)
NameableData
MAX_NAME_LENGTH
constant.
setName
in interface NameableData
name
- The new name for the itempublic String getDescription()
NameableData
getDescription
in interface NameableData
String
with a description of the itempublic void setDescription(String description)
NameableData
MAX_DESCRIPTION_LENGTH
constant.
setDescription
in interface NameableData
description
- The new description for the itempublic boolean isRemoved()
RemovableData
isRemoved
in interface RemovableData
public void setRemoved(boolean removed)
RemovableData
setRemoved
in interface RemovableData
removed
- TRUE if the item should be flagged as removed,
FALSE otherwisepublic AnnotationSetData getAnnotationSet()
AnnotatableData
getAnnotationSet
in interface AnnotatableData
AnnotationSetData
item or null if no annotations existpublic void setAnnotationSet(AnnotationSetData annotationSet)
AnnotatableData
setAnnotationSet
in interface AnnotatableData
annotationSet
- Annotation set to change to.public FileSetData getFileSet()
FileStoreEnabledData
getFileSet
in interface FileStoreEnabledData
FileSetData
object or null if no files are attachedpublic void setFileSet(FileSetData fileSet)
FileStoreEnabledData
setFileSet
in interface FileStoreEnabledData
public ExperimentData getExperiment()
public void setExperiment(ExperimentData experiment)
public TransformationData getTransformation()
public void setTransformation(TransformationData transformation)
public DataCubeLayerData getDataCubeLayer()
public void setDataCubeLayer(DataCubeLayerData dataCubeLayer)
public DataCubeFilterData getDataCubeFilter()
public void setDataCubeFilter(DataCubeFilterData dataCubeFilter)
public int getNumReporters()
public void setNumReporters(int numReporters)
public int getNumSpots()
public void setNumSpots(int numSpots)
public int getNumFileReporters()
public void setNumFileReporters(int numFileReporters)
public int getNumFileSpots()
public void setNumFileSpots(int numFileSpots)
Set<BioAssayData> getBioAssays()
BioAssayData.getBioAssaySet()
void setBioAssays(Set<BioAssayData> bioAssays)
Set<TransformationData> getTransformations()
TransformationData.getSource()
void setTransformations(Set<TransformationData> transformations)
public Map<ExtraValueTypeData,ExtraValueData> getExtraValues()
ExtraValueData.getBioAssaySet()
,
ExtraValueData.getExtraValueType()
void setExtraValues(Map<ExtraValueTypeData,ExtraValueData> extraValues)
public int getIntensityTransform()
public void setIntensityTransform(int intensityTransform)
|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |