Interface BioAssaySetValueObject
- All Superinterfaces:
Describable
,Identifiable
,gemma.gsec.model.Securable
,gemma.gsec.model.SecureValueObject
,Serializable
- All Known Implementing Classes:
DatasetsWebService.ExpressionExperimentSubsetWithFactorValuesObject
,DatasetsWebService.ExpressionExperimentSubSetWithGroupsValueObject
,DatasetsWebService.ExpressionExperimentWithSearchResultValueObject
,ExpressionExperimentDetailsValueObject
,ExpressionExperimentEditValueObject
,ExpressionExperimentSubsetValueObject
,ExpressionExperimentValueObject
public interface BioAssaySetValueObject
extends Describable, gemma.gsec.model.SecureValueObject, Serializable
Interface for VOs deriving from
BioAssaySet
.- Author:
- poirigui
-
Method Summary
Modifier and TypeMethodDescriptionObtain the accession of this set if one exists.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
Methods inherited from interface gemma.gsec.model.Securable
getId
Methods inherited from interface gemma.gsec.model.SecureValueObject
getIsPublic, getIsShared, getSecurableClass, getUserCanWrite, getUserOwned, setIsPublic, setIsShared, setUserCanWrite, setUserOwned
-
Method Details
-
getAccession
Obtain the accession of this set if one exists. -
getNumberOfBioAssays
Integer getNumberOfBioAssays()Obtain the number of assays in this set. -
getCharacteristics
Collection<CharacteristicValueObject> getCharacteristics()
-