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
,Describable
,Identifiable
,BioAssaySetValueObject
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, 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, 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, getCurrentUserHasWritePermission, getCurrentUserIsOwner, 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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface ubic.gemma.model.expression.experiment.BioAssaySetValueObject
getAccession, getCharacteristics, getNumberOfBioAssays
-
Methods inherited from interface ubic.gemma.model.common.Describable
getName
-
Methods inherited from interface ubic.gemma.model.common.Identifiable
getId
-
-
-
-
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)
-
-