Package ubic.gemma.core.tasks
Class EntityTaskCommand<T extends Identifiable>
- java.lang.Object
-
- ubic.gemma.core.job.TaskCommand
-
- ubic.gemma.core.tasks.EntityTaskCommand<T>
-
- All Implemented Interfaces:
Serializable
public class EntityTaskCommand<T extends Identifiable> extends TaskCommand
A simple task command that contains an entity ID and class.- Author:
- poirigui
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class ubic.gemma.core.job.TaskCommand
MAX_QUEUING_MILLIS, MAX_RUNTIME_MILLIS
-
-
Constructor Summary
Constructors Constructor Description EntityTaskCommand(Class<T> entityClass, Long entityId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<T>
getEntityClass()
Long
getEntityId()
-
Methods inherited from class ubic.gemma.core.job.TaskCommand
getTaskClass
-
-