public class ProcessingIus extends Object implements Serializable
| Constructor and Description | 
|---|
ProcessingIus()
 Constructor for ProcessingIus. 
 | 
ProcessingIus(int processingIusId,
             IUS ius,
             Processing processing)
 Constructor for ProcessingIus. 
 | 
ProcessingIus(int processingIusId,
             IUS ius,
             Processing processing,
             String description,
             String label,
             String url,
             Integer swAccession)
 Constructor for ProcessingIus. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getDescription()
 Getter for the field  
description. | 
IUS | 
getIus()
 Getter for the field  
ius. | 
String | 
getLabel()
 Getter for the field  
label. | 
Processing | 
getProcessing()
 Getter for the field  
processing. | 
int | 
getProcessingIusId()
 Getter for the field  
processingIusId. | 
Integer | 
getSwAccession()
 Getter for the field  
swAccession. | 
String | 
getUrl()
 Getter for the field  
url. | 
void | 
setDescription(String description)
 Setter for the field  
description. | 
void | 
setIus(IUS ius)
 Setter for the field  
ius. | 
void | 
setLabel(String label)
 Setter for the field  
label. | 
void | 
setProcessing(Processing processing)
 Setter for the field  
processing. | 
void | 
setProcessingIusId(int processingIusId)
 Setter for the field  
processingIusId. | 
void | 
setSwAccession(Integer swAccession)
 Setter for the field  
swAccession. | 
void | 
setUrl(String url)
 Setter for the field  
url. | 
public ProcessingIus()
Constructor for ProcessingIus.
public ProcessingIus(int processingIusId,
             IUS ius,
             Processing processing)
Constructor for ProcessingIus.
processingIusId - a int.ius - a IUS object.processing - a Processing object.public int getProcessingIusId()
 Getter for the field processingIusId.
 
public void setProcessingIusId(int processingIusId)
 Setter for the field processingIusId.
 
processingIusId - 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 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.