public class ExperimentLibraryDesign extends Object implements Serializable, Comparable<ExperimentLibraryDesign>, SecondTierModel
ExperimentLibraryDesign class.
Constructor and Description |
---|
ExperimentLibraryDesign()
Constructor for ExperimentLibraryDesign.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ExperimentLibraryDesign that)
compareTo.
|
boolean |
equals(Object other) |
String |
getConstructionProtocol()
Getter for the field
constructionProtocol . |
String |
getDescription()
Getter for the field
description . |
Integer |
getExperimentLibraryDesignId()
Getter for the field
experimentLibraryDesignId . |
String |
getLayout()
Getter for the field
layout . |
int |
getModelId()
Get the id for this model
|
String |
getName()
Getter for the field
name . |
Integer |
getNominalLength()
Getter for the field
nominalLength . |
Long |
getNominalSdev()
Getter for the field
nominalSdev . |
String |
getPairedOrientation()
Getter for the field
pairedOrientation . |
LibrarySelection |
getSelection()
Getter for the field
selection . |
static long |
getSerialVersionUID()
Getter for the field
serialVersionUID . |
LibrarySource |
getSource()
Getter for the field
source . |
LibraryStrategy |
getStrategy()
Getter for the field
strategy . |
int |
hashCode()
hashCode.
|
void |
setConstructionProtocol(String constructionProtocol)
Setter for the field
constructionProtocol . |
void |
setDescription(String description)
Setter for the field
description . |
void |
setExperimentLibraryDesignId(Integer experimentLibraryDesignId)
Setter for the field
experimentLibraryDesignId . |
void |
setLayout(String layout)
Setter for the field
layout . |
void |
setName(String name)
Setter for the field
name . |
void |
setNominalLength(Integer nominalLength)
Setter for the field
nominalLength . |
void |
setNominalSdev(Long nominalSdev)
Setter for the field
nominalSdev . |
void |
setPairedOrientation(String pairedOrientation)
Setter for the field
pairedOrientation . |
void |
setSelection(LibrarySelection selection)
Setter for the field
selection . |
void |
setSource(LibrarySource source)
Setter for the field
source . |
void |
setStrategy(LibraryStrategy strategy)
Setter for the field
strategy . |
String |
toString()
toString.
|
public ExperimentLibraryDesign()
Constructor for ExperimentLibraryDesign.
public int compareTo(ExperimentLibraryDesign that)
compareTo.
compareTo
in interface Comparable<ExperimentLibraryDesign>
that
- a ExperimentLibraryDesign
object.public String toString()
toString.
public Integer getExperimentLibraryDesignId()
Getter for the field experimentLibraryDesignId
.
Integer
object.public void setExperimentLibraryDesignId(Integer experimentLibraryDesignId)
Setter for the field experimentLibraryDesignId
.
experimentLibraryDesignId
- a Integer
object.public void setName(String name)
Setter for the field name
.
name
- 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 String getConstructionProtocol()
Getter for the field constructionProtocol
.
String
object.public void setConstructionProtocol(String constructionProtocol)
Setter for the field constructionProtocol
.
constructionProtocol
- a String
object.public LibraryStrategy getStrategy()
Getter for the field strategy
.
LibraryStrategy
object.public void setStrategy(LibraryStrategy strategy)
Setter for the field strategy
.
strategy
- a LibraryStrategy
object.public LibrarySource getSource()
Getter for the field source
.
LibrarySource
object.public void setSource(LibrarySource source)
Setter for the field source
.
source
- a LibrarySource
object.public LibrarySelection getSelection()
Getter for the field selection
.
LibrarySelection
object.public void setSelection(LibrarySelection selection)
Setter for the field selection
.
selection
- a LibrarySelection
object.public void setLayout(String layout)
Setter for the field layout
.
layout
- a String
object.public String getPairedOrientation()
Getter for the field pairedOrientation
.
String
object.public void setPairedOrientation(String pairedOrientation)
Setter for the field pairedOrientation
.
pairedOrientation
- a String
object.public Integer getNominalLength()
Getter for the field nominalLength
.
Integer
object.public void setNominalLength(Integer nominalLength)
Setter for the field nominalLength
.
nominalLength
- a Integer
object.public Long getNominalSdev()
Getter for the field nominalSdev
.
Long
object.public void setNominalSdev(Long nominalSdev)
Setter for the field nominalSdev
.
nominalSdev
- a Long
object.public static long getSerialVersionUID()
Getter for the field serialVersionUID
.
public int getModelId()
SecondTierModel
getModelId
in interface SecondTierModel
Copyright © 2015 SeqWare. All rights reserved.