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 Summary
Nested Classes Modifier and Type Class Description static class
BioAssayDimension.Factory
-
Constructor Summary
Constructors Constructor Description BioAssayDimension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BioAssay>
getBioAssays()
void
setBioAssays(List<BioAssay> bioAssays)
-
Methods inherited from class ubic.gemma.model.common.AbstractDescribable
equals, getDescription, getId, getName, hashCode, setDescription, setId, setName, toString
-
-