gov.nih.nci.caarray.domain.array
Class ProbeGroup
java.lang.Object
gov.nih.nci.caarray.domain.AbstractCaArrayObject
gov.nih.nci.caarray.domain.AbstractCaArrayEntity
gov.nih.nci.caarray.domain.array.ProbeGroup
- All Implemented Interfaces:
- com.fiveamsolutions.nci.commons.data.persistent.PersistentObject, java.io.Serializable
public class ProbeGroup
- extends AbstractCaArrayEntity
A logical grouping of like probes, allowing the specification of a type.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ProbeGroup
public ProbeGroup(ArrayDesignDetails arrayDesignDetails)
- Parameters:
arrayDesignDetails
- array design arrayDesignDetails
ProbeGroup
@Deprecated
public ProbeGroup()
- Deprecated. for castor & hibernate use only
getName
public java.lang.String getName()
- Returns:
- the name
setName
public void setName(java.lang.String name)
- Parameters:
name
- the name to set
getProbes
public java.util.Set<PhysicalProbe> getProbes()
- Returns:
- the probes
getArrayDesignDetails
public ArrayDesignDetails getArrayDesignDetails()
- Returns:
- the design arrayDesignDetails