public class TransformationData extends BasicData implements NameableData, RemovableData
Transformation
,
Developer documentation: Experiments and analysisModifier and Type | Field and Description |
---|---|
private String |
description |
private ExperimentData |
experiment |
private JobData |
job |
private String |
name |
private Set<BioAssaySetData> |
products |
private Set<RawBioAssayData> |
rawSources |
private Integer |
removedBy |
private BioAssaySetData |
source |
MAX_DESCRIPTION_LENGTH, MAX_NAME_LENGTH
Constructor and Description |
---|
TransformationData() |
Modifier and Type | Method and Description |
---|---|
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.
|
Integer |
getRemovedBy()
Get the ID of the user that removed this item.
|
BioAssaySetData |
getSource()
Get the source bioassayset for the transformation.
|
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 |
setRemovedBy(Integer removedBy)
Set the ID of the user that removed this item or null
to restore the item.
|
void |
setSource(BioAssaySetData source) |
equals, getId, getVersion, hashCode, setId, setVersion, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getId, getVersion
private String name
private String description
private Integer removedBy
private ExperimentData experiment
private BioAssaySetData source
private JobData job
private Set<RawBioAssayData> rawSources
private Set<BioAssaySetData> products
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 Integer getRemovedBy()
RemovableData
getRemovedBy
in interface RemovableData
public void setRemovedBy(Integer removedBy)
RemovableData
setRemovedBy
in interface RemovableData
public 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)