Class ArrayDesignRepeatScanTaskCommand
- java.lang.Object
-
- ubic.gemma.core.job.TaskCommand
-
- ubic.gemma.web.tasks.analysis.sequence.ArrayDesignRepeatScanTaskCommand
-
- All Implemented Interfaces:
Serializable
public class ArrayDesignRepeatScanTaskCommand extends ubic.gemma.core.job.TaskCommand
A command object to be used by spaces.- Author:
- keshav
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ArrayDesignRepeatScanTaskCommand(String taskId, ubic.gemma.model.expression.arrayDesign.ArrayDesign arrayDesign)
NOTE: we can't pass in a we command as they are defined in the web module, which messes up the configuration.ArrayDesignRepeatScanTaskCommand(ubic.gemma.model.expression.arrayDesign.ArrayDesign ad)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ubic.gemma.model.expression.arrayDesign.ArrayDesign
getArrayDesign()
Class<? extends ubic.gemma.core.tasks.Task<? extends ubic.gemma.core.job.TaskCommand>>
getTaskClass()
void
setArrayDesign(ubic.gemma.model.expression.arrayDesign.ArrayDesign arrayDesign)
-
-
-
Constructor Detail
-
ArrayDesignRepeatScanTaskCommand
public ArrayDesignRepeatScanTaskCommand(String taskId, ubic.gemma.model.expression.arrayDesign.ArrayDesign arrayDesign)
NOTE: we can't pass in a we command as they are defined in the web module, which messes up the configuration.- Parameters:
taskId
- task idarrayDesign
- ad
-
ArrayDesignRepeatScanTaskCommand
public ArrayDesignRepeatScanTaskCommand(ubic.gemma.model.expression.arrayDesign.ArrayDesign ad)
-
-
Method Detail
-
getArrayDesign
public ubic.gemma.model.expression.arrayDesign.ArrayDesign getArrayDesign()
-
setArrayDesign
public void setArrayDesign(ubic.gemma.model.expression.arrayDesign.ArrayDesign arrayDesign)
-
getTaskClass
public Class<? extends ubic.gemma.core.tasks.Task<? extends ubic.gemma.core.job.TaskCommand>> getTaskClass()
- Overrides:
getTaskClass
in classubic.gemma.core.job.TaskCommand
-
-