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:
  • Constructor Details

    • EntityTaskCommand

      public EntityTaskCommand(Class<T> entityClass, Long entityId)
  • Method Details

    • getEntityClass

      public Class<T> getEntityClass()
    • getEntityId

      public Long getEntityId()