|
3.1.1: 2012-03-29 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.basedb.core.data.BasicData
net.sf.basedb.core.data.TransformationData
public class TransformationData
This class holds information about a transformation.
Transformation,
Developer documentation: Experiments and analysis| Field Summary | |
|---|---|
private String |
description
|
private ExperimentData |
experiment
|
private JobData |
job
|
private String |
name
|
private Set<BioAssaySetData> |
products
|
private Set<RawBioAssayData> |
rawSources
|
private boolean |
removed
|
private BioAssaySetData |
source
|
| Fields inherited from interface net.sf.basedb.core.data.NameableData |
|---|
MAX_DESCRIPTION_LENGTH, MAX_NAME_LENGTH |
| Constructor Summary | |
|---|---|
TransformationData()
|
|
| Method Summary | |
|---|---|
String |
getDescription()
Get the description for the item. |
ExperimentData |
getExperiment()
Get the experiment this bioassayset belongs to. |
JobData |
getJob()
Get the job that was used to execute this transformation |
String |
getName()
Get the name of the item. |
(package private) Set<BioAssaySetData> |
getProducts()
This is the inverse end. |
Set<RawBioAssayData> |
getRawSources()
Get the source raw bioassays for the transformation. |
BioAssaySetData |
getSource()
Get the source bioassayset for the transformation. |
boolean |
isRemoved()
Check if the removed flag is set for this item. |
void |
setDescription(String description)
Set the description for the item. |
void |
setExperiment(ExperimentData experiment)
|
void |
setJob(JobData job)
|
void |
setName(String name)
Set the name of the item. |
(package private) void |
setProducts(Set<BioAssaySetData> products)
|
(package private) void |
setRawSources(Set<RawBioAssayData> rawSources)
|
void |
setRemoved(boolean removed)
Set the removed flag for this item. |
void |
setSource(BioAssaySetData source)
|
| 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 ExperimentData experiment
private BioAssaySetData source
private JobData job
private Set<RawBioAssayData> rawSources
private Set<BioAssaySetData> products
| Constructor Detail |
|---|
public TransformationData()
| Method Detail |
|---|
public String getName()
NameableData
getName in interface NameableDataString with the name of the itempublic void setName(String name)
NameableDataMAX_NAME_LENGTH constant.
setName in interface NameableDataname - The new name for the itempublic String getDescription()
NameableData
getDescription in interface NameableDataString with a description of the itempublic void setDescription(String description)
NameableDataMAX_DESCRIPTION_LENGTH constant.
setDescription in interface NameableDatadescription - The new description for the itempublic boolean isRemoved()
RemovableData
isRemoved in interface RemovableDatapublic void setRemoved(boolean removed)
RemovableData
setRemoved in interface RemovableDataremoved - TRUE if the item should be flagged as removed,
FALSE otherwisepublic ExperimentData getExperiment()
public void setExperiment(ExperimentData experiment)
public BioAssaySetData getSource()
public void setSource(BioAssaySetData source)
public JobData getJob()
public void setJob(JobData job)
public Set<RawBioAssayData> getRawSources()
void setRawSources(Set<RawBioAssayData> rawSources)
Set<BioAssaySetData> getProducts()
BioAssaySetData.getTransformation()void setProducts(Set<BioAssaySetData> products)
|
3.1.1: 2012-03-29 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||