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

java.lang.Object
  extended by gov.nih.nci.caarray.domain.AbstractCaArrayObject
      extended by gov.nih.nci.caarray.domain.array.ArrayDesignDetails
All Implemented Interfaces:
com.fiveamsolutions.nci.commons.data.persistent.PersistentObject, java.io.Serializable

public class ArrayDesignDetails
extends AbstractCaArrayObject

Contains the low-level array design details (Features, PhysicalProbes, and LogicalProbes) for a microarray design.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class gov.nih.nci.caarray.domain.AbstractCaArrayObject
DEFAULT_BATCH_SIZE, DEFAULT_STRING_COLUMN_SIZE, LARGE_TEXT_FIELD_LENGTH
 
Constructor Summary
ArrayDesignDetails()
           
 
Method Summary
 java.util.Set<Feature> getFeatures()
           
 java.util.Set<LogicalProbe> getLogicalProbes()
           
 java.util.Set<ProbeGroup> getProbeGroups()
           
 java.util.Set<PhysicalProbe> getProbes()
           
 
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

ArrayDesignDetails

public ArrayDesignDetails()
Method Detail

getFeatures

public java.util.Set<Feature> getFeatures()
Returns:
the features

getProbes

public java.util.Set<PhysicalProbe> getProbes()
Returns:
the pysicalProbes

getLogicalProbes

public java.util.Set<LogicalProbe> getLogicalProbes()
Returns:
the logicalProbes

getProbeGroups

public java.util.Set<ProbeGroup> getProbeGroups()
Returns:
the probeGroups