public class StudySampleReportFileLineItem extends Object implements Comparable<StudySampleReportFileLineItem>
StudySampleReportFileLineItem class.
Constructor and Description |
---|
StudySampleReportFileLineItem(Sample root,
Sample child,
IUS ius,
File file)
Constructor for StudySampleReportFileLineItem.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(StudySampleReportFileLineItem arg0) |
Sample |
getChildSample()
Getter for the field
childSample . |
File |
getFile()
Getter for the field
file . |
IUS |
getIus()
Getter for the field
ius . |
String |
getLibraryType()
Getter for the field
libraryType . |
Sample |
getRootSample()
Getter for the field
rootSample . |
String |
getTemplateType()
Getter for the field
templateType . |
String |
getTissSource()
Getter for the field
tissSource . |
void |
setChildSample(Sample childSample)
Setter for the field
childSample . |
void |
setFile(File file)
Setter for the field
file . |
void |
setIus(IUS ius)
Setter for the field
ius . |
void |
setLibraryType(String libraryType)
Setter for the field
libraryType . |
void |
setRootSample(Sample rootSample)
Setter for the field
rootSample . |
void |
setTemplateType(String templateType)
Setter for the field
templateType . |
void |
setTissSource(String tissSource)
Setter for the field
tissSource . |
public Sample getRootSample()
Getter for the field rootSample
.
Sample
object.public void setRootSample(Sample rootSample)
Setter for the field rootSample
.
rootSample
- 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 String getTissSource()
Getter for the field tissSource
.
String
object.public void setTissSource(String tissSource)
Setter for the field tissSource
.
tissSource
- a String
object.public String getTemplateType()
Getter for the field templateType
.
String
object.public void setTemplateType(String templateType)
Setter for the field templateType
.
templateType
- a String
object.public String getLibraryType()
Getter for the field libraryType
.
String
object.public void setLibraryType(String libraryType)
Setter for the field libraryType
.
libraryType
- a String
object.public int compareTo(StudySampleReportFileLineItem arg0)
compareTo
in interface Comparable<StudySampleReportFileLineItem>
arg0
- Copyright © 2015 SeqWare. All rights reserved.