public class ProcessingLanes extends Object implements Serializable
Constructor and Description |
---|
ProcessingLanes()
Constructor for ProcessingLanes.
|
ProcessingLanes(int processingLanesId,
Processing processing,
Lane lane)
Constructor for ProcessingLanes.
|
ProcessingLanes(int processingLanesId,
Processing processing,
Lane lane,
String description,
String label,
String url,
Integer swAccession)
Constructor for ProcessingLanes.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Getter for the field
description . |
String |
getLabel()
Getter for the field
label . |
Lane |
getLane()
Getter for the field
lane . |
Processing |
getProcessing()
Getter for the field
processing . |
int |
getProcessingLanesId()
Getter for the field
processingLanesId . |
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 |
setLane(Lane lane)
Setter for the field
lane . |
void |
setProcessing(Processing processing)
Setter for the field
processing . |
void |
setProcessingLanesId(int processingLanesId)
Setter for the field
processingLanesId . |
void |
setSwAccession(Integer swAccession)
Setter for the field
swAccession . |
void |
setUrl(String url)
Setter for the field
url . |
public ProcessingLanes()
Constructor for ProcessingLanes.
public ProcessingLanes(int processingLanesId, Processing processing, Lane lane)
Constructor for ProcessingLanes.
processingLanesId
- a int.processing
- a Processing
object.lane
- a Lane
object.public int getProcessingLanesId()
Getter for the field processingLanesId
.
public void setProcessingLanesId(int processingLanesId)
Setter for the field processingLanesId
.
processingLanesId
- 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.