public class ProcessingStudies extends Object implements Serializable
| Constructor and Description |
|---|
ProcessingStudies()
Constructor for ProcessingStudies.
|
ProcessingStudies(int processingStudiesId,
Processing processing,
Study study)
Constructor for ProcessingStudies.
|
ProcessingStudies(int processingStudiesId,
Processing processing,
Study study,
String description,
String label,
String url,
Integer swAccession)
Constructor for ProcessingStudies.
|
| 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 |
getProcessingStudiesId()
Getter for the field
processingStudiesId. |
Study |
getStudy()
Getter for the field
study. |
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 |
setProcessingStudiesId(int processingStudiesId)
Setter for the field
processingStudiesId. |
void |
setStudy(Study study)
Setter for the field
study. |
void |
setSwAccession(Integer swAccession)
Setter for the field
swAccession. |
void |
setUrl(String url)
Setter for the field
url. |
public ProcessingStudies()
Constructor for ProcessingStudies.
public ProcessingStudies(int processingStudiesId,
Processing processing,
Study study)
Constructor for ProcessingStudies.
processingStudiesId - a int.processing - a Processing object.study - a Study object.public int getProcessingStudiesId()
Getter for the field processingStudiesId.
public void setProcessingStudiesId(int processingStudiesId)
Setter for the field processingStudiesId.
processingStudiesId - 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 setStudy(Study study)
Setter for the field study.
study - a Study 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.