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

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
All Implemented Interfaces:
com.fiveamsolutions.nci.commons.data.persistent.PersistentObject, java.io.Serializable
Direct Known Subclasses:
ExonProbeAnnotation, ExpressionProbeAnnotation, MiRNAProbeAnnotation, SNPProbeAnnotation

public abstract class AbstractProbeAnnotation
extends AbstractCaArrayEntity

Base class for caArray probe annotations.

See Also:
Serialized Form

Field Summary
static int RELATED_BATCH_SIZE
          Batch size for all associations for probe annotation subclasses.
 
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
AbstractProbeAnnotation()
           
 
Method Summary
 
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
 

Field Detail

RELATED_BATCH_SIZE

public static final int RELATED_BATCH_SIZE
Batch size for all associations for probe annotation subclasses.

See Also:
Constant Field Values
Constructor Detail

AbstractProbeAnnotation

public AbstractProbeAnnotation()