public class TransformationData extends BasicData implements NameableData, RemovableData
Transformation
,
Developer documentation: Experiments and analysisModifier and Type | Field and Description |
---|---|
private java.lang.String |
description |
private ExperimentData |
experiment |
private JobData |
job |
private java.lang.String |
name |
private java.util.Set<BioAssaySetData> |
products |
private java.util.Set<RawBioAssayData> |
rawSources |
private boolean |
removed |
private BioAssaySetData |
source |
MAX_DESCRIPTION_LENGTH, MAX_NAME_LENGTH
Constructor and Description |
---|
TransformationData() |
Modifier and Type | Method and Description |
---|---|
java.lang.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
|
java.lang.String |
getName()
Get the name of the item.
|
(package private) java.util.Set<BioAssaySetData> |
getProducts()
This is the inverse end.
|
java.util.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(java.lang.String description)
Set the description for the item.
|
void |
setExperiment(ExperimentData experiment) |
void |
setJob(JobData job) |
void |
setName(java.lang.String name)
Set the name of the item.
|
(package private) void |
setProducts(java.util.Set<BioAssaySetData> products) |
(package private) void |
setRawSources(java.util.Set<RawBioAssayData> rawSources) |
void |
setRemoved(boolean removed)
Set the removed flag for this item.
|
void |
setSource(BioAssaySetData source) |
equals, getId, getVersion, hashCode, setId, setVersion, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getId, getVersion
private java.lang.String name
private java.lang.String description
private boolean removed
private ExperimentData experiment
private BioAssaySetData source
private JobData job
private java.util.Set<RawBioAssayData> rawSources
private java.util.Set<BioAssaySetData> products
public java.lang.String getName()
NameableData
getName
in interface NameableData
String
with the name of the itempublic void setName(java.lang.String name)
NameableData
MAX_NAME_LENGTH
constant.setName
in interface NameableData
name
- The new name for the itempublic java.lang.String getDescription()
NameableData
getDescription
in interface NameableData
String
with a description of the itempublic void setDescription(java.lang.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 ExperimentData getExperiment()
public void setExperiment(ExperimentData experiment)
public BioAssaySetData getSource()
public void setSource(BioAssaySetData source)
public JobData getJob()
public void setJob(JobData job)
public java.util.Set<RawBioAssayData> getRawSources()
void setRawSources(java.util.Set<RawBioAssayData> rawSources)
java.util.Set<BioAssaySetData> getProducts()
BioAssaySetData.getTransformation()
void setProducts(java.util.Set<BioAssaySetData> products)