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.TaskCommandMAX_QUEUING_MINUTES, MAX_RUNTIME_MINUTES
 
- 
 - 
Constructor SummaryConstructors Constructor Description DiffExMetaAnalyzerTaskCommand(Collection<Long> analysisResultSetIds)DiffExMetaAnalyzerTaskCommand(Collection<Long> analysisResultSetIds, String name, String description, boolean persist)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<Long>getAnalysisResultSetIds()StringgetDescription()StringgetName()Class<? extends Task<? extends TaskCommand>>getTaskClass()booleanisPersist()voidsetPersist(boolean persist)- 
Methods inherited from class ubic.gemma.core.job.TaskCommandgetEntityId, getMaxQueueMinutes, getMaxRuntime, getPersistJobDetails, getSecurityContext, getSubmitter, getTaskId, isEmailAlert, setEmailAlert, setEntityId, setMaxQueueMinutes, setMaxRuntime, setPersistJobDetails, setTaskId
 
- 
 
- 
- 
- 
Constructor Detail- 
DiffExMetaAnalyzerTaskCommandpublic DiffExMetaAnalyzerTaskCommand(Collection<Long> analysisResultSetIds) 
 - 
DiffExMetaAnalyzerTaskCommandpublic DiffExMetaAnalyzerTaskCommand(Collection<Long> analysisResultSetIds, String name, String description, boolean persist) 
 
- 
 - 
Method Detail- 
isPersistpublic boolean isPersist() 
 - 
setPersistpublic void setPersist(boolean persist) 
 - 
getAnalysisResultSetIdspublic Collection<Long> getAnalysisResultSetIds() 
 - 
getNamepublic String getName() 
 - 
getDescriptionpublic String getDescription() 
 - 
getTaskClasspublic Class<? extends Task<? extends TaskCommand>> getTaskClass() - Overrides:
- getTaskClassin class- TaskCommand
 
 
- 
 
-