Interface BioAssaySetValueObject
-
- All Superinterfaces:
Describable,Identifiable,gemma.gsec.model.Securable,gemma.gsec.model.SecureValueObject,Serializable
- All Known Implementing Classes:
ExpressionExperimentDetailsValueObject,ExpressionExperimentSubsetValueObject,ExpressionExperimentValueObject
public interface BioAssaySetValueObject extends Describable, gemma.gsec.model.SecureValueObject, Serializable
Interface for VOs deriving fromBioAssaySet.- Author:
- poirigui
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAccession()Obtain the accession of this set if one exists.Collection<CharacteristicValueObject>getCharacteristics()IntegergetNumberOfBioAssays()Obtain the number of assays in this set.-
Methods inherited from interface ubic.gemma.model.common.Describable
getDescription, getName
-
Methods inherited from interface ubic.gemma.model.common.Identifiable
getId
-
-
-
-
Method Detail
-
getNumberOfBioAssays
Integer getNumberOfBioAssays()
Obtain the number of assays in this set.
-
getCharacteristics
Collection<CharacteristicValueObject> getCharacteristics()
-
-