Package ubic.gemma.rest
Class DatasetsWebService.ExpressionExperimentWithSearchResultValueObject
java.lang.Object
ubic.gemma.model.common.IdentifiableValueObject<ExpressionExperiment>
ubic.gemma.model.common.auditAndSecurity.curation.AbstractCuratableValueObject<ExpressionExperiment>
ubic.gemma.model.expression.experiment.ExpressionExperimentValueObject
ubic.gemma.rest.DatasetsWebService.ExpressionExperimentWithSearchResultValueObject
- All Implemented Interfaces:
gemma.gsec.model.Securable,gemma.gsec.model.SecureValueObject,Serializable,Describable,Identifiable,BioAssaySetValueObject
- Enclosing class:
DatasetsWebService
public static final class DatasetsWebService.ExpressionExperimentWithSearchResultValueObject
extends ExpressionExperimentValueObject
- 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(ExpressionExperimentValueObject vo, SearchResult<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, setUserOwnedMethods 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
getId, setIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface ubic.gemma.model.common.Identifiable
getIdMethods inherited from interface gemma.gsec.model.Securable
getId
-
Constructor Details
-
ExpressionExperimentWithSearchResultValueObject
public ExpressionExperimentWithSearchResultValueObject(ExpressionExperimentValueObject vo, @Nullable SearchResult<ExpressionExperiment> result)
-
-
Method Details
-
getSearchResult
@Nullable public SearchWebService.SearchResultValueObject<ExpressionExperimentValueObject> getSearchResult() -
toString
- Overrides:
toStringin classExpressionExperimentValueObject
-
equals
- Overrides:
equalsin classIdentifiableValueObject<ExpressionExperiment>
-
canEqual
- Overrides:
canEqualin classIdentifiableValueObject<ExpressionExperiment>
-
hashCode
public int hashCode()- Overrides:
hashCodein classIdentifiableValueObject<ExpressionExperiment>
-