gov.nih.nci.caarray.domain.data
Class DerivedArrayData

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.data.AbstractArrayData
              extended by gov.nih.nci.caarray.domain.data.DerivedArrayData
All Implemented Interfaces:
com.fiveamsolutions.nci.commons.data.persistent.PersistentObject, java.io.Serializable

public class DerivedArrayData
extends AbstractArrayData

See Also:
Serialized Form

Field Summary
static java.lang.String DISCRIMINATOR
          the Hibernate discriminator for this ArrayData subclass.
 
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
DerivedArrayData()
           
 
Method Summary
 java.util.Set<AbstractArrayData> getDerivedFromArrayDataCollection()
           
 
Methods inherited from class gov.nih.nci.caarray.domain.data.AbstractArrayData
addHybridization, getDataFile, getDataSet, getHybridizations, getName, getProtocolApplications, getType, setDataFile, setDataSet, setName, setType, toString
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

DISCRIMINATOR

public static final java.lang.String DISCRIMINATOR
the Hibernate discriminator for this ArrayData subclass.

See Also:
Constant Field Values
Constructor Detail

DerivedArrayData

public DerivedArrayData()
Method Detail

getDerivedFromArrayDataCollection

public java.util.Set<AbstractArrayData> getDerivedFromArrayDataCollection()
Returns:
the hybridizations