@Entity public class ExperimentSpotDesign extends Object implements Serializable
Constructor and Description |
---|
ExperimentSpotDesign() |
ExperimentSpotDesign(Integer experimentSpotDesignId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
String |
getAdapterSpec() |
Integer |
getDecodeMethod() |
Collection<Experiment> |
getExperimentCollection() |
Integer |
getExperimentSpotDesignId() |
Collection<ExperimentSpotDesignReadSpec> |
getExperimentSpotDesignReadSpecCollection() |
String |
getReadSpec() |
Integer |
getReadsPerSpot() |
String |
getTagSpec() |
int |
hashCode() |
void |
setAdapterSpec(String adapterSpec) |
void |
setDecodeMethod(Integer decodeMethod) |
void |
setExperimentCollection(Collection<Experiment> experimentCollection) |
void |
setExperimentSpotDesignId(Integer experimentSpotDesignId) |
void |
setExperimentSpotDesignReadSpecCollection(Collection<ExperimentSpotDesignReadSpec> experimentSpotDesignReadSpecCollection) |
void |
setReadSpec(String readSpec) |
void |
setReadsPerSpot(Integer readsPerSpot) |
void |
setTagSpec(String tagSpec) |
String |
toString() |
public ExperimentSpotDesign()
public ExperimentSpotDesign(Integer experimentSpotDesignId)
public Integer getExperimentSpotDesignId()
public void setExperimentSpotDesignId(Integer experimentSpotDesignId)
public Integer getDecodeMethod()
public void setDecodeMethod(Integer decodeMethod)
public Integer getReadsPerSpot()
public void setReadsPerSpot(Integer readsPerSpot)
public String getReadSpec()
public void setReadSpec(String readSpec)
public String getTagSpec()
public void setTagSpec(String tagSpec)
public String getAdapterSpec()
public void setAdapterSpec(String adapterSpec)
public Collection<Experiment> getExperimentCollection()
public void setExperimentCollection(Collection<Experiment> experimentCollection)
public Collection<ExperimentSpotDesignReadSpec> getExperimentSpotDesignReadSpecCollection()
public void setExperimentSpotDesignReadSpecCollection(Collection<ExperimentSpotDesignReadSpec> experimentSpotDesignReadSpecCollection)
Copyright © 2015 SeqWare. All rights reserved.