public class FileReportRow extends Object implements Serializable
FileReportRow class.
Constructor and Description |
---|
FileReportRow() |
Modifier and Type | Method and Description |
---|---|
Sample |
getChildSample()
Getter for the field
childSample . |
Experiment |
getExperiment()
Getter for the field
experiment . |
File |
getFile()
Getter for the field
file . |
IUS |
getIus()
Getter for the field
ius . |
Lane |
getLane()
Getter for the field
lane . |
Processing |
getProcessing()
Getter for the field
processing . |
Integer |
getRowId()
Getter for the field
rowId . |
Sample |
getSample()
Getter for the field
sample . |
Study |
getStudy()
Getter for the field
study . |
void |
setChildSample(Sample childSample)
Setter for the field
childSample . |
void |
setExperiment(Experiment experiment)
Setter for the field
experiment . |
void |
setFile(File file)
Setter for the field
file . |
void |
setIus(IUS ius)
Setter for the field
ius . |
void |
setLane(Lane lane)
Setter for the field
lane . |
void |
setProcessing(Processing processing)
Setter for the field
processing . |
void |
setRowId(Integer rowId)
Setter for the field
rowId . |
void |
setSample(Sample sample)
Setter for the field
sample . |
void |
setStudy(Study study)
Setter for the field
study . |
public void setRowId(Integer rowId)
Setter for the field rowId
.
rowId
- a Integer
object.public void setStudy(Study study)
Setter for the field study
.
study
- a Study
object.public void setSample(Sample sample)
Setter for the field sample
.
sample
- a Sample
object.public Experiment getExperiment()
Getter for the field experiment
.
Experiment
object.public void setExperiment(Experiment experiment)
Setter for the field experiment
.
experiment
- a Experiment
object.public Sample getChildSample()
Getter for the field childSample
.
Sample
object.public void setChildSample(Sample childSample)
Setter for the field childSample
.
childSample
- a Sample
object.public Processing getProcessing()
Getter for the field processing
.
Processing
object.public void setProcessing(Processing processing)
Setter for the field processing
.
processing
- a Processing
object.Copyright © 2015 SeqWare. All rights reserved.