Class ExpressionExperimentEditValueObject
- java.lang.Object
-
- ubic.gemma.model.common.IdentifiableValueObject<C>
-
- ubic.gemma.model.common.auditAndSecurity.curation.AbstractCuratableValueObject<ExpressionExperiment>
-
- ubic.gemma.model.expression.experiment.ExpressionExperimentValueObject
-
- ubic.gemma.model.expression.experiment.ExpressionExperimentDetailsValueObject
-
- ubic.gemma.web.controller.expression.experiment.ExpressionExperimentEditValueObject
-
- All Implemented Interfaces:
gemma.gsec.model.Securable
,gemma.gsec.model.SecureValueObject
,Serializable
,Identifiable
public class ExpressionExperimentEditValueObject extends ExpressionExperimentDetailsValueObject
- Author:
- paul
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class ubic.gemma.model.expression.experiment.ExpressionExperimentValueObject
description, name, numberOfBioAssays
-
Fields inherited from class ubic.gemma.model.common.IdentifiableValueObject
id
-
-
Constructor Summary
Constructors Constructor Description ExpressionExperimentEditValueObject()
Required when using the class as a spring bean.ExpressionExperimentEditValueObject(ExpressionExperimentValueObject eevo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<BioAssayValueObject>
getBioAssays()
Collection<QuantitationTypeValueObject>
getQuantitationTypes()
void
setBioAssays(Collection<BioAssayValueObject> bioAssays)
void
setQuantitationTypes(Collection<QuantitationTypeValueObject> qts)
-
Methods inherited from class ubic.gemma.model.expression.experiment.ExpressionExperimentDetailsValueObject
auditEvents2SampleRemovedFlags, getActuallyTroubled, getArrayDesigns, getBatchFetchEventType, getDateArrayDesignLastUpdated, getDateBatchFetch, getDateCached, getDateDifferentialAnalysis, getDateLinkAnalysis, getDateMissingValueAnalysis, getDatePcaAnalysis, getDateProcessedDataVectorComputation, getDescription, getDifferentialExpressionAnalyses, getExpressionExperimentSets, getHasBothIntensities, getHasCoexpressionAnalysis, getHasDifferentialExpressionAnalysis, getHasEitherIntensity, getHasMultiplePreferredQuantitationTypes, getHasMultipleTechnologyTypes, getIsRNASeq, getLastArrayDesignUpdateDate, getLinkAnalysisEventType, getMinPvalue, getMissingValueAnalysisEventType, getNumAnnotations, getNumPopulatedFactors, getOriginalPlatforms, getOtherParts, getPcaAnalysisEventType, getPlatformTroubled, getPrimaryCitation, getProcessedDataVectorComputationEventType, getPubmedId, getQChtml, getReprocessedFromRawData, getSampleRemovedFlags, getSecondaryAccession, getSecondaryExternalDatabase, getSecondaryExternalUri, getTroubled, getTroubleDetails, getTroubleDetails, isHasBatchInformation, setArrayDesigns, setBatchFetchEventType, setDateArrayDesignLastUpdated, setDateBatchFetch, setDateCached, setDateDifferentialAnalysis, setDateLinkAnalysis, setDateMissingValueAnalysis, setDatePcaAnalysis, setDateProcessedDataVectorComputation, setDescription, setDifferentialExpressionAnalyses, setExpressionExperimentSets, setHasBatchInformation, setHasBothIntensities, setHasCoexpressionAnalysis, setHasDifferentialExpressionAnalysis, setHasEitherIntensity, setHasMultiplePreferredQuantitationTypes, setHasMultipleTechnologyTypes, setIsRNASeq, setLastArrayDesignUpdateDate, setLinkAnalysisEventType, setMinPvalue, setMissingValueAnalysisEventType, setNumAnnotations, setNumPopulatedFactors, setOriginalPlatforms, setOtherParts, setPcaAnalysisEventType, setPrimaryCitation, setProcessedDataVectorComputationEventType, setPubmedId, setQChtml, setReprocessedFromRawData, setSampleRemovedFlags, setSecondaryAccession, setSecondaryExternalDatabase, setSecondaryExternalUri
-
Methods inherited from class ubic.gemma.model.expression.experiment.ExpressionExperimentValueObject
getBioAssayCount, getIsPublic, getIsShared, getSecurableClass, getTaxon, getTaxonId, getUserCanWrite, getUserOwned, setIsPublic, setIsShared, setUserCanWrite, setUserOwned, toString
-
Methods inherited from class ubic.gemma.model.common.auditAndSecurity.curation.AbstractCuratableValueObject
getCurationNote, getLastNeedsAttentionEvent, getLastNoteUpdateEvent, getLastTroubledEvent, getLastUpdated, getNeedsAttention, setCurationNote, setLastNeedsAttentionEvent, setLastNoteUpdateEvent, setLastTroubledEvent, setLastUpdated, setNeedsAttention, setTroubled
-
Methods inherited from class ubic.gemma.model.common.IdentifiableValueObject
getId, setId
-
-
-
-
Constructor Detail
-
ExpressionExperimentEditValueObject
public ExpressionExperimentEditValueObject()
Required when using the class as a spring bean.
-
ExpressionExperimentEditValueObject
public ExpressionExperimentEditValueObject(ExpressionExperimentValueObject eevo)
-
-
Method Detail
-
getQuantitationTypes
public Collection<QuantitationTypeValueObject> getQuantitationTypes()
-
setQuantitationTypes
public void setQuantitationTypes(Collection<QuantitationTypeValueObject> qts)
-
getBioAssays
public Collection<BioAssayValueObject> getBioAssays()
-
setBioAssays
public void setBioAssays(Collection<BioAssayValueObject> bioAssays)
-
-