Class DatasetsWebService.ExpressionExperimentWithSearchResultValueObject
java.lang.Object
ubic.gemma.model.common.IdentifiableValueObject<ubic.gemma.model.expression.experiment.ExpressionExperiment>
ubic.gemma.model.common.auditAndSecurity.curation.AbstractCuratableValueObject<ubic.gemma.model.expression.experiment.ExpressionExperiment>
ubic.gemma.model.expression.experiment.ExpressionExperimentValueObject
ubic.gemma.rest.DatasetsWebService.ExpressionExperimentWithSearchResultValueObject
- All Implemented Interfaces:
gemma.gsec.model.Securable, gemma.gsec.model.SecureValueObject, Serializable, ubic.gemma.model.common.Describable, ubic.gemma.model.common.Identifiable, ubic.gemma.model.expression.experiment.BioAssaySetValueObject
- Enclosing class:
DatasetsWebService
public static class DatasetsWebService.ExpressionExperimentWithSearchResultValueObject
extends ubic.gemma.model.expression.experiment.ExpressionExperimentValueObject
- Author:
- tesarst
- See Also:
-
Field Summary
Fields inherited from class ubic.gemma.model.expression.experiment.ExpressionExperimentValueObject
description, name, numberOfBioAssaysFields inherited from class ubic.gemma.model.common.IdentifiableValueObject
id -
Constructor Summary
ConstructorsConstructorDescriptionExpressionExperimentWithSearchResultValueObject(ubic.gemma.model.expression.experiment.ExpressionExperimentValueObject vo, ubic.gemma.core.search.SearchResult<ubic.gemma.model.expression.experiment.ExpressionExperiment> result) -
Method Summary
Methods inherited from class ubic.gemma.model.expression.experiment.ExpressionExperimentValueObject
getAccession, getArrayDesignCount, getBatchConfound, getBatchEffect, getBatchEffectStatistics, getBioAssayCount, getBioMaterialCount, getCharacteristics, getCurrentUserHasWritePermission, getCurrentUserIsOwner, getDescription, getExperimentalDesign, getExternalDatabase, getExternalDatabaseUri, getExternalUri, getGeeq, getIsPublic, getIsShared, getMetadata, getMinPvalue, getName, getNumberOfBioAssays, getProcessedExpressionVectorCount, getSecurableClass, getShortName, getSource, getSuitableForDEA, getTaxon, getTaxonId, getTaxonObject, getTechnologyType, getUserCanWrite, getUserOwned, setAccession, setArrayDesignCount, setBatchConfound, setBatchEffect, setBatchEffectStatistics, setBioMaterialCount, setCharacteristics, setDescription, setExperimentalDesign, setExternalDatabase, setExternalDatabaseUri, setExternalUri, setGeeq, setIsPublic, setIsShared, setMetadata, setMinPvalue, setName, setNumberOfBioAssays, setProcessedExpressionVectorCount, setShortName, setSource, setSuitableForDEA, setTaxonObject, setTechnologyType, setUserCanWrite, setUserOwned, toStringMethods inherited from class ubic.gemma.model.common.auditAndSecurity.curation.AbstractCuratableValueObject
getCurationNote, getLastNeedsAttentionEvent, getLastNoteUpdateEvent, getLastTroubledEvent, getLastUpdated, getNeedsAttention, getTroubled, getTroubleDetails, getTroubleDetails, setCurationNote, setLastNeedsAttentionEvent, setLastNoteUpdateEvent, setLastTroubledEvent, setLastUpdated, setNeedsAttention, setTroubledMethods inherited from class ubic.gemma.model.common.IdentifiableValueObject
canEqual, equals, getId, hashCode, setIdMethods inherited from interface ubic.gemma.model.common.Identifiable
getIdMethods inherited from interface gemma.gsec.model.Securable
getId
-
Constructor Details
-
ExpressionExperimentWithSearchResultValueObject
public ExpressionExperimentWithSearchResultValueObject(ubic.gemma.model.expression.experiment.ExpressionExperimentValueObject vo, @Nullable ubic.gemma.core.search.SearchResult<ubic.gemma.model.expression.experiment.ExpressionExperiment> result)
-