public class WorkflowRunReportRow extends Object
| Constructor and Description |
|---|
WorkflowRunReportRow() |
| Modifier and Type | Method and Description |
|---|---|
Collection<File> |
getAllInputFiles()
Getter for the field
allInputFiles. |
Collection<Sample> |
getIdentitySamples()
Getter for the field
identitySamples. |
Collection<File> |
getImmediateInputFiles()
Getter for the field
immediateInputFiles. |
Collection<Sample> |
getLibrarySamples()
Getter for the field
librarySamples. |
Collection<File> |
getOutputFiles()
Getter for the field
outputFiles. |
Collection<Processing> |
getParentProcessings()
Getter for the field
parentProcessings. |
String |
getTimeTaken()
Getter for the field
timeTaken. |
WorkflowRun |
getWorkflowRun()
Getter for the field
workflowRun. |
Collection<Processing> |
getWorkflowRunProcessings()
Getter for the field
workflowRunProcessings. |
void |
setAllInputFiles(Collection<File> allInputFiles)
Setter for the field
allInputFiles. |
void |
setIdentitySamples(Collection<Sample> identitySamples)
Setter for the field
identitySamples. |
void |
setImmediateInputFiles(Collection<File> immediateInputFiles)
Setter for the field
immediateInputFiles. |
void |
setLibrarySamples(Collection<Sample> librarySamples)
Setter for the field
librarySamples. |
void |
setOutputFiles(Collection<File> outputFiles)
Setter for the field
outputFiles. |
void |
setParentProcessings(Collection<Processing> parentProcessings)
Setter for the field
parentProcessings. |
void |
setTimeTaken(String timeTaken)
Setter for the field
timeTaken. |
void |
setWorkflowRun(WorkflowRun workflowRun)
Setter for the field
workflowRun. |
void |
setWorkflowRunProcessings(Collection<Processing> workflowRunProcessings)
Setter for the field
workflowRunProcessings. |
public Collection<Sample> getIdentitySamples()
Getter for the field identitySamples.
Collection object.public void setIdentitySamples(Collection<Sample> identitySamples)
Setter for the field identitySamples.
identitySamples - a Collection object.public Collection<File> getAllInputFiles()
Getter for the field allInputFiles.
Collection object.public void setAllInputFiles(Collection<File> allInputFiles)
Setter for the field allInputFiles.
allInputFiles - a Collection object.public Collection<File> getImmediateInputFiles()
Getter for the field immediateInputFiles.
Collection object.public void setImmediateInputFiles(Collection<File> immediateInputFiles)
Setter for the field immediateInputFiles.
immediateInputFiles - a Collection object.public Collection<Sample> getLibrarySamples()
Getter for the field librarySamples.
Collection object.public void setLibrarySamples(Collection<Sample> librarySamples)
Setter for the field librarySamples.
librarySamples - a Collection object.public Collection<File> getOutputFiles()
Getter for the field outputFiles.
Collection object.public void setOutputFiles(Collection<File> outputFiles)
Setter for the field outputFiles.
outputFiles - a Collection object.public Collection<Processing> getParentProcessings()
Getter for the field parentProcessings.
Collection object.public void setParentProcessings(Collection<Processing> parentProcessings)
Setter for the field parentProcessings.
parentProcessings - a Collection object.public void setTimeTaken(String timeTaken)
Setter for the field timeTaken.
timeTaken - a String object.public WorkflowRun getWorkflowRun()
Getter for the field workflowRun.
WorkflowRun object.public void setWorkflowRun(WorkflowRun workflowRun)
Setter for the field workflowRun.
workflowRun - a WorkflowRun object.public Collection<Processing> getWorkflowRunProcessings()
Getter for the field workflowRunProcessings.
Collection object.public void setWorkflowRunProcessings(Collection<Processing> workflowRunProcessings)
Setter for the field workflowRunProcessings.
workflowRunProcessings - a Collection object.Copyright © 2015 SeqWare. All rights reserved.