Class TaskExecution


  • public class TaskExecution
    extends Object
    Task execution bean.
    Author:
    jabad
    • Constructor Detail

      • TaskExecution

        public TaskExecution​(long id,
                             long taskId,
                             String state,
                             Date startDate,
                             Date endDate)
        Public constructor.
        Parameters:
        id - id
        taskId - task id
        state - state
        startDate - start date
        endDate - end date
    • Method Detail

      • getId

        public long getId()
        Get id.
        Returns:
        id
      • getTaskId

        public long getTaskId()
        Get task id.
        Returns:
        task id
      • getState

        public String getState()
        Get state.
        Returns:
        state state
      • getStartDate

        public Date getStartDate()
        Get start date.
        Returns:
        start date
      • getEndDate

        public Date getEndDate()
        Get end date.
        Returns:
        end date