Class ExpressionExperimentDataFetchCommand
- java.lang.Object
-
- ubic.gemma.core.job.TaskCommand
-
- ubic.gemma.web.controller.expression.experiment.ExpressionExperimentDataFetchCommand
-
- All Implemented Interfaces:
Serializable
public class ExpressionExperimentDataFetchCommand extends TaskCommand
- Author:
- paul
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class ubic.gemma.core.job.TaskCommand
MAX_QUEUING_MINUTES, MAX_RUNTIME_MINUTES
-
-
Constructor Summary
Constructors Constructor Description ExpressionExperimentDataFetchCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetAnalysisId()LonggetExperimentalDesignId()LonggetExpressionExperimentId()StringgetFormat()LonggetQuantitationTypeId()booleanisFilter()booleanisForceRewrite()voidsetAnalysisId(Long analysisId)voidsetExperimentalDesignId(Long experimentalDesignId)voidsetExpressionExperimentId(Long expressionExperimentId)voidsetFilter(boolean filter)voidsetForceRewrite(boolean forceRewrite)voidsetFormat(String format)voidsetQuantitationTypeId(Long quantitationTypeId)-
Methods inherited from class ubic.gemma.core.job.TaskCommand
getEntityId, getMaxQueueMinutes, getMaxRuntime, getPersistJobDetails, getSecurityContext, getSubmitter, getTaskClass, getTaskId, isEmailAlert, setEmailAlert, setEntityId, setMaxQueueMinutes, setMaxRuntime, setPersistJobDetails, setTaskId
-
-
-
-
Method Detail
-
getAnalysisId
public Long getAnalysisId()
-
getExperimentalDesignId
public Long getExperimentalDesignId()
-
getExpressionExperimentId
public Long getExpressionExperimentId()
-
getFormat
public String getFormat()
-
getQuantitationTypeId
public Long getQuantitationTypeId()
-
isFilter
public boolean isFilter()
-
isForceRewrite
public boolean isForceRewrite()
-
setAnalysisId
public void setAnalysisId(Long analysisId)
-
setExperimentalDesignId
public void setExperimentalDesignId(Long experimentalDesignId)
-
setExpressionExperimentId
public void setExpressionExperimentId(Long expressionExperimentId)
-
setFilter
public void setFilter(boolean filter)
-
setForceRewrite
public void setForceRewrite(boolean forceRewrite)
-
setFormat
public void setFormat(String format)
-
setQuantitationTypeId
public void setQuantitationTypeId(Long quantitationTypeId)
-
-