Interface BioAssaySetValueObject
- All Superinterfaces:
Describable, Identifiable, Securable, SecureValueObject, Serializable
- All Known Implementing Classes:
DatasetsWebService.ExpressionExperimentSubsetWithFactorValuesObject, DatasetsWebService.ExpressionExperimentSubSetWithGroupsValueObject, DatasetsWebService.ExpressionExperimentWithSearchResultValueObject, ExpressionExperimentDetailsValueObject, ExpressionExperimentSubsetValueObject, ExpressionExperimentValueObject
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 Describable
getDescription, getNameMethods inherited from interface Identifiable
getIdMethods inherited from interface 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()
-