public class ProcessingSamples extends Object implements Serializable
Constructor and Description |
---|
ProcessingSamples()
Constructor for ProcessingSamples.
|
ProcessingSamples(int processingSamplesId,
Processing processing,
Sample sample)
Constructor for ProcessingSamples.
|
ProcessingSamples(int processingSamplesId,
Processing processing,
Sample sample,
String description,
String label,
String url,
Integer swAccession)
Constructor for ProcessingSamples.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Getter for the field
description . |
String |
getLabel()
Getter for the field
label . |
Processing |
getProcessing()
Getter for the field
processing . |
int |
getProcessingSamplesId()
Getter for the field
processingSamplesId . |
Sample |
getSample()
Getter for the field
sample . |
Integer |
getSwAccession()
Getter for the field
swAccession . |
String |
getUrl()
Getter for the field
url . |
void |
setDescription(String description)
Setter for the field
description . |
void |
setLabel(String label)
Setter for the field
label . |
void |
setProcessing(Processing processing)
Setter for the field
processing . |
void |
setProcessingSamplesId(int processingSamplesId)
Setter for the field
processingSamplesId . |
void |
setSample(Sample sample)
Setter for the field
sample . |
void |
setSwAccession(Integer swAccession)
Setter for the field
swAccession . |
void |
setUrl(String url)
Setter for the field
url . |
public ProcessingSamples()
Constructor for ProcessingSamples.
public ProcessingSamples(int processingSamplesId, Processing processing, Sample sample)
Constructor for ProcessingSamples.
processingSamplesId
- a int.processing
- a Processing
object.sample
- a Sample
object.public int getProcessingSamplesId()
Getter for the field processingSamplesId
.
public void setProcessingSamplesId(int processingSamplesId)
Setter for the field processingSamplesId
.
processingSamplesId
- a int.public Processing getProcessing()
Getter for the field processing
.
Processing
object.public void setProcessing(Processing processing)
Setter for the field processing
.
processing
- a Processing
object.public void setSample(Sample sample)
Setter for the field sample
.
sample
- a Sample
object.public String getDescription()
Getter for the field description
.
String
object.public void setDescription(String description)
Setter for the field description
.
description
- a String
object.public void setLabel(String label)
Setter for the field label
.
label
- a String
object.public Integer getSwAccession()
Getter for the field swAccession
.
Integer
object.Copyright © 2015 SeqWare. All rights reserved.