public class StudySampleReportLineItem extends Object implements Comparable<StudySampleReportLineItem>
StudySampleReportLineItem class.
Constructor and Description |
---|
StudySampleReportLineItem(Sample sample,
Sample child,
String[] statuses)
Constructor for StudySampleReportLineItem.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(StudySampleReportLineItem lineItem) |
Sample |
getChildSample()
Getter for the field
childSample . |
int |
getCompleted()
Getter for the field
completed . |
int |
getFailed()
Getter for the field
failed . |
int |
getNotRunned()
Getter for the field
notRunned . |
int |
getPending()
Getter for the field
pending . |
Sample |
getSample()
Getter for the field
sample . |
Sample |
getSortKeySample()
Getter for the field
sortKeySample . |
String[] |
getStatuses()
Getter for the field
statuses . |
WorkflowRun[] |
getWfRuns()
Getter for the field
wfRuns . |
void |
setChildSample(Sample childSample)
Setter for the field
childSample . |
void |
setCompleted(int completed)
Setter for the field
completed . |
void |
setFailed(int failed)
Setter for the field
failed . |
void |
setNotRunned(int notRunned)
Setter for the field
notRunned . |
void |
setPending(int pending)
Setter for the field
pending . |
void |
setSample(Sample sample)
Setter for the field
sample . |
void |
setSortKeySample(Sample sortKeySample)
Setter for the field
sortKeySample . |
void |
setStatuses(String[] statuses)
Setter for the field
statuses . |
void |
setWfRuns(WorkflowRun[] wfRuns)
Setter for the field
wfRuns . |
public void setSample(Sample sample)
Setter for the field sample
.
sample
- a Sample
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 WorkflowRun[] getWfRuns()
Getter for the field wfRuns
.
WorkflowRun
objects.public void setWfRuns(WorkflowRun[] wfRuns)
Setter for the field wfRuns
.
wfRuns
- an array of WorkflowRun
objects.public String[] getStatuses()
Getter for the field statuses
.
String
objects.public void setStatuses(String[] statuses)
Setter for the field statuses
.
statuses
- an array of String
objects.public int getCompleted()
Getter for the field completed
.
public void setCompleted(int completed)
Setter for the field completed
.
completed
- a int.public int getPending()
Getter for the field pending
.
public void setPending(int pending)
Setter for the field pending
.
pending
- a int.public int getFailed()
Getter for the field failed
.
public void setFailed(int failed)
Setter for the field failed
.
failed
- a int.public int getNotRunned()
Getter for the field notRunned
.
public void setNotRunned(int notRunned)
Setter for the field notRunned
.
notRunned
- a int.public Sample getSortKeySample()
Getter for the field sortKeySample
.
Sample
object.public void setSortKeySample(Sample sortKeySample)
Setter for the field sortKeySample
.
sortKeySample
- a Sample
object.public int compareTo(StudySampleReportLineItem lineItem)
compareTo
in interface Comparable<StudySampleReportLineItem>
lineItem
- Copyright © 2015 SeqWare. All rights reserved.