public class ExperimentSpotDesign extends Object implements Serializable, Comparable<ExperimentSpotDesign>, SecondTierModel
ExperimentSpotDesign class.
| Constructor and Description |
|---|
ExperimentSpotDesign()
Constructor for ExperimentSpotDesign.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ExperimentSpotDesign that)
compareTo.
|
boolean |
equals(Object other) |
String |
getAdapterSpec()
Getter for the field
adapterSpec. |
Integer |
getDecodeMethod()
Getter for the field
decodeMethod. |
Integer |
getExperimentSpotDesignId()
Getter for the field
experimentSpotDesignId. |
int |
getModelId()
Get the id for this model
|
String |
getReadSpec()
Getter for the field
readSpec. |
SortedSet<ExperimentSpotDesignReadSpec> |
getReadSpecs()
Getter for the field
readSpecs. |
Integer |
getReadsPerSpot()
Getter for the field
readsPerSpot. |
static long |
getSerialVersionUID()
Getter for the field
serialVersionUID. |
String |
getTagSpec()
Getter for the field
tagSpec. |
int |
hashCode()
hashCode.
|
void |
setAdapterSpec(String adapterSpec)
Setter for the field
adapterSpec. |
void |
setDecodeMethod(Integer decodeMethod)
Setter for the field
decodeMethod. |
void |
setExperimentSpotDesignId(Integer experimentSpotDesignId)
Setter for the field
experimentSpotDesignId. |
void |
setReadSpec(String readSpec)
Setter for the field
readSpec. |
void |
setReadSpecs(SortedSet<ExperimentSpotDesignReadSpec> readSpecs)
Setter for the field
readSpecs. |
void |
setReadsPerSpot(Integer readsPerSpot)
Setter for the field
readsPerSpot. |
void |
setTagSpec(String tagSpec)
Setter for the field
tagSpec. |
String |
toString()
toString.
|
public ExperimentSpotDesign()
Constructor for ExperimentSpotDesign.
public int compareTo(ExperimentSpotDesign that)
compareTo.
compareTo in interface Comparable<ExperimentSpotDesign>that - a ExperimentSpotDesign object.public String toString()
toString.
public Integer getExperimentSpotDesignId()
Getter for the field experimentSpotDesignId.
Integer object.public void setExperimentSpotDesignId(Integer experimentSpotDesignId)
Setter for the field experimentSpotDesignId.
experimentSpotDesignId - a Integer object.public Integer getDecodeMethod()
Getter for the field decodeMethod.
Integer object.public void setDecodeMethod(Integer decodeMethod)
Setter for the field decodeMethod.
decodeMethod - a Integer object.public Integer getReadsPerSpot()
Getter for the field readsPerSpot.
Integer object.public void setReadsPerSpot(Integer readsPerSpot)
Setter for the field readsPerSpot.
readsPerSpot - a Integer object.public void setReadSpec(String readSpec)
Setter for the field readSpec.
readSpec - a String object.public void setTagSpec(String tagSpec)
Setter for the field tagSpec.
tagSpec - a String object.public String getAdapterSpec()
Getter for the field adapterSpec.
String object.public void setAdapterSpec(String adapterSpec)
Setter for the field adapterSpec.
adapterSpec - a String object.public static long getSerialVersionUID()
Getter for the field serialVersionUID.
public SortedSet<ExperimentSpotDesignReadSpec> getReadSpecs()
Getter for the field readSpecs.
SortedSet object.public void setReadSpecs(SortedSet<ExperimentSpotDesignReadSpec> readSpecs)
Setter for the field readSpecs.
readSpecs - a SortedSet object.public int getModelId()
SecondTierModelgetModelId in interface SecondTierModelCopyright © 2015 SeqWare. All rights reserved.