gov.nih.nci.caarray.domain.array
Class ExonProbeAnnotation

java.lang.Object
  extended by gov.nih.nci.caarray.domain.AbstractCaArrayObject
      extended by gov.nih.nci.caarray.domain.AbstractCaArrayEntity
          extended by gov.nih.nci.caarray.domain.array.AbstractProbeAnnotation
              extended by 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

Field Summary
 
Fields inherited from class gov.nih.nci.caarray.domain.array.AbstractProbeAnnotation
RELATED_BATCH_SIZE
 
Fields inherited from class gov.nih.nci.caarray.domain.AbstractCaArrayEntity
CAARRAY_LSID_AUTHORITY, CAARRAY_LSID_NAMESPACE
 
Fields inherited from class gov.nih.nci.caarray.domain.AbstractCaArrayObject
DEFAULT_BATCH_SIZE, DEFAULT_STRING_COLUMN_SIZE, LARGE_TEXT_FIELD_LENGTH
 
Constructor Summary
ExonProbeAnnotation()
           
 
Method Summary
 ExonArrayReporter getExonArrayReporter()
           
 Gene getGene()
           
 java.lang.Long getStart()
           
 java.lang.Long getStop()
           
 java.lang.String getStrand()
           
 java.lang.String getUniprotId()
           
 void setExonArrayReporter(ExonArrayReporter exonArrayReporter)
           
 void setGene(Gene gene)
           
 void setStart(java.lang.Long start)
           
 void setStop(java.lang.Long stop)
           
 void setStrand(java.lang.String strand)
           
 void setUniprotId(java.lang.String swissprotId)
           
 
Methods inherited from class gov.nih.nci.caarray.domain.AbstractCaArrayEntity
getLsid, getLsidAuthority, getLsidNamespace, getLsidObjectId, setLsid, setLsid, setLsidForEntity
 
Methods inherited from class gov.nih.nci.caarray.domain.AbstractCaArrayObject
equals, getCaBigId, getId, getPostLoadSecurityPolicies, getRemoteApiSecurityPolicies, hashCode, setCaBigId, setId, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExonProbeAnnotation

public ExonProbeAnnotation()
Method Detail

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