public class SequencerRunDTO extends Object implements Serializable
Constructor and Description |
---|
SequencerRunDTO()
Constructor for SequencerRunDTO.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
String |
getColorMatrix()
Getter for the field
colorMatrix . |
String |
getColorMatrixCode()
Getter for the field
colorMatrixCode . |
Date |
getCreateTimestamp()
Getter for the field
createTimestamp . |
Integer |
getCycleCount()
Getter for the field
cycleCount . |
String |
getCycleDescriptor()
Getter for the field
cycleDescriptor . |
String |
getCycles()
Getter for the field
cycles . |
String |
getCycleSequence()
Getter for the field
cycleSequence . |
String |
getDescription()
Getter for the field
description . |
int |
getErrorCnt()
getErrorCnt.
|
String |
getFilePath()
Getter for the field
filePath . |
Integer |
getFlowCount()
Getter for the field
flowCount . |
String |
getFlowSequence()
Getter for the field
flowSequence . |
String |
getInstrumentName()
Getter for the field
instrumentName . |
Lane |
getLane1()
Getter for the field
lane1 . |
Lane |
getLane2()
Getter for the field
lane2 . |
Lane |
getLane3()
Getter for the field
lane3 . |
Lane |
getLane4()
Getter for the field
lane4 . |
Lane |
getLane5()
Getter for the field
lane5 . |
Lane |
getLane6()
Getter for the field
lane6 . |
Lane |
getLane7()
Getter for the field
lane7 . |
Lane |
getLane8()
Getter for the field
lane8 . |
SortedSet<Lane> |
getLanes()
Getter for the field
lanes . |
String |
getName()
Getter for the field
name . |
Registration |
getOwner()
Getter for the field
owner . |
Boolean |
getPairedEnd()
Getter for the field
pairedEnd . |
String |
getPairedFilePath()
Getter for the field
pairedFilePath . |
Platform |
getPlatform()
Getter for the field
platform . |
int |
getProcessingCnt()
getProcessingCnt.
|
SortedSet<Processing> |
getProcessings()
Getter for the field
processings . |
String |
getReadyToProcess()
Getter for the field
readyToProcess . |
Integer |
getRefLane()
Getter for the field
refLane . |
String |
getRunCenter()
Getter for the field
runCenter . |
Integer |
getSequencerRunId()
Getter for the field
sequencerRunId . |
static long |
getSerialVersionUID()
Getter for the field
serialVersionUID . |
String |
getSlideOneFilePath()
Getter for the field
slideOneFilePath . |
Integer |
getSlideOneLaneCount()
Getter for the field
slideOneLaneCount . |
String |
getSlideTwoFilePath()
Getter for the field
slideTwoFilePath . |
Integer |
getSlideTwoLaneCount()
Getter for the field
slideTwoLaneCount . |
String |
getStatus()
Getter for the field
status . |
Date |
getUpdateTimestamp()
Getter for the field
updateTimestamp . |
Boolean |
getUseIparIntensities()
Getter for the field
useIparIntensities . |
int |
hashCode() |
void |
setColorMatrix(String colorMatrix)
Setter for the field
colorMatrix . |
void |
setColorMatrixCode(String colorMatrixCode)
Setter for the field
colorMatrixCode . |
void |
setCreateTimestamp(Date createTimestamp)
Setter for the field
createTimestamp . |
void |
setCycleCount(Integer cycleCount)
Setter for the field
cycleCount . |
void |
setCycleDescriptor(String cycleDescriptor)
Setter for the field
cycleDescriptor . |
void |
setCycles(String cycles)
Setter for the field
cycles . |
void |
setCycleSequence(String cycleSequence)
Setter for the field
cycleSequence . |
void |
setDescription(String description)
Setter for the field
description . |
void |
setFilePath(String filePath)
Setter for the field
filePath . |
void |
setFlowCount(Integer flowCount)
Setter for the field
flowCount . |
void |
setFlowSequence(String flowSequence)
Setter for the field
flowSequence . |
void |
setInstrumentName(String instrumentName)
Setter for the field
instrumentName . |
void |
setLane1(Lane lane1)
Setter for the field
lane1 . |
void |
setLane2(Lane lane2)
Setter for the field
lane2 . |
void |
setLane3(Lane lane3)
Setter for the field
lane3 . |
void |
setLane4(Lane lane4)
Setter for the field
lane4 . |
void |
setLane5(Lane lane5)
Setter for the field
lane5 . |
void |
setLane6(Lane lane6)
Setter for the field
lane6 . |
void |
setLane7(Lane lane7)
Setter for the field
lane7 . |
void |
setLane8(Lane lane8)
Setter for the field
lane8 . |
void |
setLanes(SortedSet<Lane> lanes)
Setter for the field
lanes . |
void |
setName(String name)
Setter for the field
name . |
void |
setOwner(Registration owner)
Setter for the field
owner . |
void |
setPairedEnd(Boolean pairedEnd)
Setter for the field
pairedEnd . |
void |
setPairedFilePath(String pairedFilePath)
Setter for the field
pairedFilePath . |
void |
setPlatform(Platform platform)
Setter for the field
platform . |
void |
setProcessings(SortedSet<Processing> processings)
Setter for the field
processings . |
void |
setReadyToProcess(String readyToProcess)
Setter for the field
readyToProcess . |
void |
setRefLane(Integer refLane)
Setter for the field
refLane . |
void |
setRunCenter(String runCenter)
Setter for the field
runCenter . |
void |
setSequencerRunId(Integer sequencerRunId)
Setter for the field
sequencerRunId . |
void |
setSlideOneFilePath(String slideOneFilePath)
Setter for the field
slideOneFilePath . |
void |
setSlideOneLaneCount(Integer slideOneLaneCount)
Setter for the field
slideOneLaneCount . |
void |
setSlideTwoFilePath(String slideTwoFilePath)
Setter for the field
slideTwoFilePath . |
void |
setSlideTwoLaneCount(Integer slideTwoLaneCount)
Setter for the field
slideTwoLaneCount . |
void |
setStatus(String status)
Setter for the field
status . |
void |
setUpdateTimestamp(Date updateTimestamp)
Setter for the field
updateTimestamp . |
void |
setUseIparIntensities(Boolean useIparIntensities)
Setter for the field
useIparIntensities . |
String |
toString() |
public int getErrorCnt()
getErrorCnt.
public int getProcessingCnt()
getProcessingCnt.
public Integer getSequencerRunId()
Getter for the field sequencerRunId
.
Integer
object.public void setSequencerRunId(Integer sequencerRunId)
Setter for the field sequencerRunId
.
sequencerRunId
- a Integer
object.public static long getSerialVersionUID()
Getter for the field serialVersionUID
.
public Date getCreateTimestamp()
Getter for the field createTimestamp
.
Date
object.public void setCreateTimestamp(Date createTimestamp)
Setter for the field createTimestamp
.
createTimestamp
- a Date
object.public void setCycles(String cycles)
Setter for the field cycles
.
cycles
- a String
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 setFilePath(String filePath)
Setter for the field filePath
.
filePath
- a String
object.public void setRefLane(Integer refLane)
Setter for the field refLane
.
refLane
- a Integer
object.public void setStatus(String status)
Setter for the field status
.
status
- a String
object.public Date getUpdateTimestamp()
Getter for the field updateTimestamp
.
Date
object.public void setUpdateTimestamp(Date updateTimestamp)
Setter for the field updateTimestamp
.
updateTimestamp
- a Date
object.public void setName(String name)
Setter for the field name
.
name
- a String
object.public SortedSet<Processing> getProcessings()
Getter for the field processings
.
SortedSet
object.public void setProcessings(SortedSet<Processing> processings)
Setter for the field processings
.
processings
- a SortedSet
object.public void setLanes(SortedSet<Lane> lanes)
Setter for the field lanes
.
lanes
- a SortedSet
object.public void setLane1(Lane lane1)
Setter for the field lane1
.
lane1
- a Lane
object.public void setLane2(Lane lane2)
Setter for the field lane2
.
lane2
- a Lane
object.public void setLane3(Lane lane3)
Setter for the field lane3
.
lane3
- a Lane
object.public void setLane4(Lane lane4)
Setter for the field lane4
.
lane4
- a Lane
object.public void setLane5(Lane lane5)
Setter for the field lane5
.
lane5
- a Lane
object.public void setLane6(Lane lane6)
Setter for the field lane6
.
lane6
- a Lane
object.public void setLane7(Lane lane7)
Setter for the field lane7
.
lane7
- a Lane
object.public void setLane8(Lane lane8)
Setter for the field lane8
.
lane8
- a Lane
object.public String getReadyToProcess()
Getter for the field readyToProcess
.
String
object.public void setReadyToProcess(String readyToProcess)
Setter for the field readyToProcess
.
readyToProcess
- a String
object.public Boolean getPairedEnd()
Getter for the field pairedEnd
.
Boolean
object.public void setPairedEnd(Boolean pairedEnd)
Setter for the field pairedEnd
.
pairedEnd
- a Boolean
object.public String getPairedFilePath()
Getter for the field pairedFilePath
.
String
object.public void setPairedFilePath(String pairedFilePath)
Setter for the field pairedFilePath
.
pairedFilePath
- a String
object.public Boolean getUseIparIntensities()
Getter for the field useIparIntensities
.
Boolean
object.public void setUseIparIntensities(Boolean useIparIntensities)
Setter for the field useIparIntensities
.
useIparIntensities
- a Boolean
object.public Registration getOwner()
Getter for the field owner
.
Registration
object.public void setOwner(Registration owner)
Setter for the field owner
.
owner
- a Registration
object.public void setPlatform(Platform platform)
Setter for the field platform
.
platform
- a Platform
object.public String getInstrumentName()
Getter for the field instrumentName
.
String
object.public void setInstrumentName(String instrumentName)
Setter for the field instrumentName
.
instrumentName
- a String
object.public String getCycleDescriptor()
Getter for the field cycleDescriptor
.
String
object.public void setCycleDescriptor(String cycleDescriptor)
Setter for the field cycleDescriptor
.
cycleDescriptor
- a String
object.public String getCycleSequence()
Getter for the field cycleSequence
.
String
object.public void setCycleSequence(String cycleSequence)
Setter for the field cycleSequence
.
cycleSequence
- a String
object.public Integer getCycleCount()
Getter for the field cycleCount
.
Integer
object.public void setCycleCount(Integer cycleCount)
Setter for the field cycleCount
.
cycleCount
- a Integer
object.public String getColorMatrix()
Getter for the field colorMatrix
.
String
object.public void setColorMatrix(String colorMatrix)
Setter for the field colorMatrix
.
colorMatrix
- a String
object.public String getColorMatrixCode()
Getter for the field colorMatrixCode
.
String
object.public void setColorMatrixCode(String colorMatrixCode)
Setter for the field colorMatrixCode
.
colorMatrixCode
- a String
object.public Integer getSlideOneLaneCount()
Getter for the field slideOneLaneCount
.
Integer
object.public void setSlideOneLaneCount(Integer slideOneLaneCount)
Setter for the field slideOneLaneCount
.
slideOneLaneCount
- a Integer
object.public Integer getSlideTwoLaneCount()
Getter for the field slideTwoLaneCount
.
Integer
object.public void setSlideTwoLaneCount(Integer slideTwoLaneCount)
Setter for the field slideTwoLaneCount
.
slideTwoLaneCount
- a Integer
object.public String getSlideOneFilePath()
Getter for the field slideOneFilePath
.
String
object.public void setSlideOneFilePath(String slideOneFilePath)
Setter for the field slideOneFilePath
.
slideOneFilePath
- a String
object.public String getSlideTwoFilePath()
Getter for the field slideTwoFilePath
.
String
object.public void setSlideTwoFilePath(String slideTwoFilePath)
Setter for the field slideTwoFilePath
.
slideTwoFilePath
- a String
object.public String getFlowSequence()
Getter for the field flowSequence
.
String
object.public void setFlowSequence(String flowSequence)
Setter for the field flowSequence
.
flowSequence
- a String
object.public Integer getFlowCount()
Getter for the field flowCount
.
Integer
object.public void setFlowCount(Integer flowCount)
Setter for the field flowCount
.
flowCount
- a Integer
object.Copyright © 2015 SeqWare. All rights reserved.