Class CoexSearchTaskCommand
java.lang.Object
ubic.gemma.core.job.TaskCommand
ubic.gemma.web.controller.analysis.expression.coexpression.CoexSearchTaskCommand
- All Implemented Interfaces:
Serializable
public class CoexSearchTaskCommand
extends ubic.gemma.core.job.TaskCommand
- Author:
- cmcdonald
- See Also:
-
Field Summary
Fields inherited from class ubic.gemma.core.job.TaskCommand
MAX_QUEUING_MILLIS, MAX_RUNTIME_MILLIS -
Constructor Summary
ConstructorsConstructorDescriptionCoexSearchTaskCommand(ubic.gemma.core.analysis.expression.coexpression.CoexpressionSearchCommand searchOptions) -
Method Summary
Modifier and TypeMethodDescriptionubic.gemma.core.analysis.expression.coexpression.CoexpressionSearchCommandvoidsetSearchOptions(ubic.gemma.core.analysis.expression.coexpression.CoexpressionSearchCommand searchOptions) Methods inherited from class ubic.gemma.core.job.TaskCommand
getMaxQueueMillis, getMaxRuntimeMillis, getPersistJobDetails, getSecurityContext, getSubmitter, getTaskClass, isEmailAlert, setEmailAlert, setMaxQueueMillis, setMaxRuntimeMillis, setPersistJobDetails
-
Constructor Details
-
CoexSearchTaskCommand
public CoexSearchTaskCommand(ubic.gemma.core.analysis.expression.coexpression.CoexpressionSearchCommand searchOptions)
-
-
Method Details
-
getSearchOptions
public ubic.gemma.core.analysis.expression.coexpression.CoexpressionSearchCommand getSearchOptions() -
setSearchOptions
public void setSearchOptions(ubic.gemma.core.analysis.expression.coexpression.CoexpressionSearchCommand searchOptions)
-