Class DiffExMetaAnalyzerTaskCommand
- java.lang.Object
-
- ubic.gemma.core.job.TaskCommand
-
- ubic.gemma.core.tasks.analysis.diffex.DiffExMetaAnalyzerTaskCommand
-
- All Implemented Interfaces:
Serializable
public class DiffExMetaAnalyzerTaskCommand extends TaskCommand
A command object to be used by spaces.- Author:
- frances
- 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 DiffExMetaAnalyzerTaskCommand(Collection<Long> analysisResultSetIds)
DiffExMetaAnalyzerTaskCommand(Collection<Long> analysisResultSetIds, String name, String description, boolean persist)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<Long>
getAnalysisResultSetIds()
String
getDescription()
String
getName()
Class<? extends Task<? extends TaskCommand>>
getTaskClass()
boolean
isPersist()
void
setPersist(boolean persist)
-
Methods inherited from class ubic.gemma.core.job.TaskCommand
getEntityId, getMaxQueueMinutes, getMaxRuntime, getPersistJobDetails, getSecurityContext, getSubmitter, getTaskId, isEmailAlert, setEmailAlert, setEntityId, setMaxQueueMinutes, setMaxRuntime, setPersistJobDetails, setTaskId
-
-
-
-
Constructor Detail
-
DiffExMetaAnalyzerTaskCommand
public DiffExMetaAnalyzerTaskCommand(Collection<Long> analysisResultSetIds)
-
DiffExMetaAnalyzerTaskCommand
public DiffExMetaAnalyzerTaskCommand(Collection<Long> analysisResultSetIds, String name, String description, boolean persist)
-
-
Method Detail
-
isPersist
public boolean isPersist()
-
setPersist
public void setPersist(boolean persist)
-
getAnalysisResultSetIds
public Collection<Long> getAnalysisResultSetIds()
-
getName
public String getName()
-
getDescription
public String getDescription()
-
getTaskClass
public Class<? extends Task<? extends TaskCommand>> getTaskClass()
- Overrides:
getTaskClass
in classTaskCommand
-
-