public class SampleReportRow extends Object
SampleReportRow class.
Constructor and Description |
---|
SampleReportRow() |
Modifier and Type | Method and Description |
---|---|
Sample |
getChildSample()
Getter for the field
childSample . |
IUS |
getIus()
Getter for the field
ius . |
Lane |
getLane()
Getter for the field
lane . |
Integer |
getRowId()
Getter for the field
rowId . |
SequencerRun |
getSequencerRun()
Getter for the field
sequencerRun . |
String |
getStatus()
Getter for the field
status . |
Study |
getStudy()
Getter for the field
study . |
Workflow |
getWorkflow()
Getter for the field
workflow . |
void |
setChildSample(Sample childSample)
Setter for the field
childSample . |
void |
setIus(IUS ius)
Setter for the field
ius . |
void |
setLane(Lane lane)
Setter for the field
lane . |
void |
setRowId(Integer rowId)
Setter for the field
rowId . |
void |
setSequencerRun(SequencerRun sequencerRun)
Setter for the field
sequencerRun . |
void |
setStatus(String status)
Setter for the field
status . |
void |
setStudy(Study study)
Setter for the field
study . |
void |
setWorkflow(Workflow workflow)
Setter for the field
workflow . |
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 Sample getChildSample()
Getter for the field childSample
.
Sample
object.public void setChildSample(Sample childSample)
Setter for the field childSample
.
childSample
- a Sample
object.public void setWorkflow(Workflow workflow)
Setter for the field workflow
.
workflow
- a Workflow
object.public SequencerRun getSequencerRun()
Getter for the field sequencerRun
.
SequencerRun
object.public void setSequencerRun(SequencerRun sequencerRun)
Setter for the field sequencerRun
.
sequencerRun
- a SequencerRun
object.Copyright © 2015 SeqWare. All rights reserved.