Class BioAssayDimension
- java.lang.Object
- 
- ubic.gemma.model.common.AbstractDescribable
- 
- ubic.gemma.model.expression.bioAssayData.BioAssayDimension
 
 
- 
- All Implemented Interfaces:
- Serializable,- Describable,- Identifiable
 
 public class BioAssayDimension extends AbstractDescribable implements Serializable Stores the order of BioAssays referred to in DataVectors. Note: Not a SecuredChild - maybe should be?- See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classBioAssayDimension.Factory
 - 
Constructor SummaryConstructors Constructor Description BioAssayDimension()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BioAssay>getBioAssays()voidsetBioAssays(List<BioAssay> bioAssays)- 
Methods inherited from class ubic.gemma.model.common.AbstractDescribableequals, getDescription, getId, getName, hashCode, setDescription, setId, setName, toString
 
- 
 
-