Class CoexSearchTaskCommand
- java.lang.Object
-
- ubic.gemma.core.job.TaskCommand
-
- ubic.gemma.web.controller.coexpressionSearch.CoexSearchTaskCommand
-
- All Implemented Interfaces:
Serializable
public class CoexSearchTaskCommand extends TaskCommand
- Author:
- cmcdonald
- 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 CoexSearchTaskCommand(CoexpressionSearchCommand searchOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CoexpressionSearchCommand
getSearchOptions()
void
setSearchOptions(CoexpressionSearchCommand searchOptions)
-
Methods inherited from class ubic.gemma.core.job.TaskCommand
getMaxQueueMinutes, getMaxRuntime, getPersistJobDetails, getSecurityContext, getSubmitter, getTaskClass, getTaskId, isEmailAlert, setEmailAlert, setMaxQueueMinutes, setMaxRuntime, setPersistJobDetails, setTaskId
-
-
-
-
Constructor Detail
-
CoexSearchTaskCommand
public CoexSearchTaskCommand(CoexpressionSearchCommand searchOptions)
-
-
Method Detail
-
getSearchOptions
public CoexpressionSearchCommand getSearchOptions()
-
setSearchOptions
public void setSearchOptions(CoexpressionSearchCommand searchOptions)
-
-