Class PoolTask

java.lang.Object
org.dspace.xmlworkflow.storedcomponents.PoolTask
All Implemented Interfaces:
ReloadableEntity<Integer>

@Entity public class PoolTask extends Object implements ReloadableEntity<Integer>
Pool task representing the database representation of a pool task for a step and an eperson
Author:
Bram De Schouwer (bram.deschouwer at dot com), Kevin Van de Velde (kevin at atmire dot com), Ben Bosman (ben at atmire dot com), Mark Diggory (markd at atmire dot com)
  • Constructor Details

  • Method Details

    • getID

      public Integer getID()
      Description copied from interface: ReloadableEntity
      The unique identifier of this entity instance.
      Specified by:
      getID in interface ReloadableEntity<Integer>
      Returns:
      the value of the primary key for this instance.
    • setEperson

      public void setEperson(EPerson ePerson)
    • getEperson

      public EPerson getEperson()
    • setGroup

      public void setGroup(Group group)
    • getGroup

      public Group getGroup()
    • setWorkflowID

      public void setWorkflowID(String id)
    • getWorkflowID

      public String getWorkflowID()
    • setWorkflowItem

      public void setWorkflowItem(XmlWorkflowItem xmlWorkflowItem)
    • getWorkflowItem

      public XmlWorkflowItem getWorkflowItem()
    • setStepID

      public void setStepID(String stepId)
    • getStepID

      public String getStepID()
    • setActionID

      public void setActionID(String actionId)
    • getActionID

      public String getActionID()