Class SimpleExpressionExperimentLoadTaskCommand
java.lang.Object
ubic.gemma.core.job.TaskCommand
ubic.gemma.web.controller.expression.experiment.SimpleExpressionExperimentLoadTaskCommand
- All Implemented Interfaces:
Serializable
public class SimpleExpressionExperimentLoadTaskCommand
extends ubic.gemma.core.job.TaskCommand
Extends a SimpleExpressionExperimentMetaData with information about the file and provide simplified taxon/platform
information.
- Author:
- pavlidis
- See Also:
-
Field Summary
Fields inherited from class ubic.gemma.core.job.TaskCommand
MAX_QUEUING_MILLIS, MAX_RUNTIME_MILLIS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetName()ubic.gemma.model.common.quantitationtype.ScaleTypegetScale()Class<? extends ubic.gemma.core.job.Task<?>> inthashCode()booleanvoidsetArrayDesignIds(Collection<Long> arrayDesignIds) voidsetDescription(String description) voidsetIsRatio(Boolean isRatio) voidvoidsetOriginalFileName(String originalFileName) voidsetPubMedId(Integer pubMedId) voidsetQuantitationTypeDescription(String quantitationTypeDescription) voidsetQuantitationTypeName(String quantitationTypeName) voidsetScale(ubic.gemma.model.common.quantitationtype.ScaleType scale) voidsetServerFilePath(String serverFilePath) voidsetShortName(String shortName) voidsetTaxonId(Long taxonId) voidsetValidateOnly(boolean validateOnly) toString()Methods inherited from class ubic.gemma.core.job.TaskCommand
getMaxQueueMillis, getMaxRuntimeMillis, getPersistJobDetails, getSecurityContext, getSubmitter, isEmailAlert, setEmailAlert, setMaxQueueMillis, setMaxRuntimeMillis, setPersistJobDetails
-
Constructor Details
-
SimpleExpressionExperimentLoadTaskCommand
public SimpleExpressionExperimentLoadTaskCommand()
-
-
Method Details
-
getTaskClass
- Overrides:
getTaskClassin classubic.gemma.core.job.TaskCommand
-
getShortName
-
getName
-
getDescription
-
getTaxonId
-
getArrayDesignIds
-
getQuantitationTypeName
-
getQuantitationTypeDescription
-
getIsRatio
-
getScale
public ubic.gemma.model.common.quantitationtype.ScaleType getScale() -
getPubMedId
-
isValidateOnly
public boolean isValidateOnly() -
getServerFilePath
-
getOriginalFileName
-
setShortName
-
setName
-
setDescription
-
setTaxonId
-
setArrayDesignIds
-
setQuantitationTypeName
-
setQuantitationTypeDescription
-
setIsRatio
-
setScale
public void setScale(ubic.gemma.model.common.quantitationtype.ScaleType scale) -
setPubMedId
-
setValidateOnly
public void setValidateOnly(boolean validateOnly) -
setServerFilePath
-
setOriginalFileName
-
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-