gov.nih.nci.cabio.domain
Class ExonArrayReporter

java.lang.Object
  extended by gov.nih.nci.cabio.domain.ArrayReporter
      extended by gov.nih.nci.cabio.domain.TranscriptArrayReporter
          extended by gov.nih.nci.cabio.domain.ExonArrayReporter
All Implemented Interfaces:
com.fiveamsolutions.nci.commons.data.persistent.PersistentObject, java.io.Serializable

public class ExonArrayReporter
extends TranscriptArrayReporter

See Also:
Serialized Form

Constructor Summary
ExonArrayReporter()
           
 
Method Summary
 java.lang.Long getProbeCount()
           
 java.lang.Long getProbeSelectionRegionId()
           
 java.lang.String getStrand()
           
 void setProbeCount(java.lang.Long probeCount)
           
 void setProbeSelectionRegionId(java.lang.Long probeSelectionRegionId)
           
 void setStrand(java.lang.String strand)
           
 
Methods inherited from class gov.nih.nci.cabio.domain.ArrayReporter
getBigid, getId, getName, setBigid, setId, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExonArrayReporter

public ExonArrayReporter()
Method Detail

getProbeCount

public java.lang.Long getProbeCount()
Returns:
the probeCount

setProbeCount

public void setProbeCount(java.lang.Long probeCount)
Parameters:
probeCount - the probeCount to set

getProbeSelectionRegionId

public java.lang.Long getProbeSelectionRegionId()
Returns:
the probeSelectionRegionId

setProbeSelectionRegionId

public void setProbeSelectionRegionId(java.lang.Long probeSelectionRegionId)
Parameters:
probeSelectionRegionId - the probeSelectionRegionId 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