gov.nih.nci.caarray.domain.array
Class ExonProbeAnnotation
java.lang.Object
gov.nih.nci.caarray.domain.AbstractCaArrayObject
gov.nih.nci.caarray.domain.AbstractCaArrayEntity
gov.nih.nci.caarray.domain.array.AbstractProbeAnnotation
gov.nih.nci.caarray.domain.array.ExonProbeAnnotation
- All Implemented Interfaces:
- com.fiveamsolutions.nci.commons.data.persistent.PersistentObject, java.io.Serializable
public class ExonProbeAnnotation
- extends AbstractProbeAnnotation
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ExonProbeAnnotation
public ExonProbeAnnotation()
getExonArrayReporter
public ExonArrayReporter getExonArrayReporter()
- Returns:
- the exonArrayReporter
setExonArrayReporter
public void setExonArrayReporter(ExonArrayReporter exonArrayReporter)
- Parameters:
exonArrayReporter
- the exonArrayReporter to set
getStart
public java.lang.Long getStart()
- Returns:
- the start
setStart
public void setStart(java.lang.Long start)
- Parameters:
start
- the start to set
getStop
public java.lang.Long getStop()
- Returns:
- the stop
setStop
public void setStop(java.lang.Long stop)
- Parameters:
stop
- the stop to set
getStrand
public java.lang.String getStrand()
- Returns:
- the strand
setStrand
public void setStrand(java.lang.String strand)
- Parameters:
strand
- the strand to set
getUniprotId
public java.lang.String getUniprotId()
- Returns:
- the swissprotId
setUniprotId
public void setUniprotId(java.lang.String swissprotId)
- Parameters:
swissprotId
- the swissprotId to set
getGene
public Gene getGene()
- Returns:
- the gene
setGene
public void setGene(Gene gene)
- Parameters:
gene
- the gene to set