Class _JobAction

  • All Implemented Interfaces:
    IEntity, Serializable, org.apache.cayenne.DataObject, org.apache.cayenne.Persistent, org.apache.cayenne.Validating
    Direct Known Subclasses:
    JobAction

    public abstract class _JobAction
    extends BaseEntity

    Provides the _JobAction database entity.

    Please note this class was generated by Cayenne. You should avoid making changes to this class as it may be regenerated. Please make customizations to the entity subclass.

    See Also:
    Serialized Form
    • Field Detail

      • ACTION_ATTEMPTS_PROPERTY

        public static final String ACTION_ATTEMPTS_PROPERTY
        Provides the 'actionAttempts' property name.
        See Also:
        Constant Field Values
      • ACTION_MAX_ATTEMPTS_PROPERTY

        public static final String ACTION_MAX_ATTEMPTS_PROPERTY
        Provides the 'actionMaxAttempts' property name.
        See Also:
        Constant Field Values
      • ACTION_MESSAGE_PROPERTY

        public static final String ACTION_MESSAGE_PROPERTY
        Provides the 'actionMessage' property name.
        See Also:
        Constant Field Values
      • ASSIGN_REPEAT_INDEX_PROPERTY

        public static final String ASSIGN_REPEAT_INDEX_PROPERTY
        Provides the 'assignRepeatIndex' property name.
        See Also:
        Constant Field Values
      • ASSIGN_REPEAT_ITEM_PROPERTY

        public static final String ASSIGN_REPEAT_ITEM_PROPERTY
        Provides the 'assignRepeatItem' property name.
        See Also:
        Constant Field Values
      • EXTERNAL_REFERENCE_NUMBER_PROPERTY

        public static final String EXTERNAL_REFERENCE_NUMBER_PROPERTY
        Provides the 'externalReferenceNumber' property name.
        See Also:
        Constant Field Values
      • JOB_ACTION_KEY_PROPERTY

        public static final String JOB_ACTION_KEY_PROPERTY
        Provides the 'jobActionKey' property name.
        See Also:
        Constant Field Values
      • REDIRECT_NEXT_FLAG_PROPERTY

        public static final String REDIRECT_NEXT_FLAG_PROPERTY
        Provides the 'redirectNextFlag' property name.
        See Also:
        Constant Field Values
      • ROUTE_RESULT_PROPERTY

        public static final String ROUTE_RESULT_PROPERTY
        Provides the 'routeResult' property name.
        See Also:
        Constant Field Values
      • SEQUENCE_PROPERTY

        public static final String SEQUENCE_PROPERTY
        Provides the 'sequence' property name.
        See Also:
        Constant Field Values
      • TIME_ACTION_EXECUTED_PROPERTY

        public static final String TIME_ACTION_EXECUTED_PROPERTY
        Provides the 'timeActionExecuted' property name.
        See Also:
        Constant Field Values
      • TIME_ACTION_NEXT_ATTEMPT_PROPERTY

        public static final String TIME_ACTION_NEXT_ATTEMPT_PROPERTY
        Provides the 'timeActionNextAttempt' property name.
        See Also:
        Constant Field Values
      • TIME_CREATED_PROPERTY

        public static final String TIME_CREATED_PROPERTY
        Provides the 'timeCreated' property name.
        See Also:
        Constant Field Values
      • TIME_FINISHED_PROPERTY

        public static final String TIME_FINISHED_PROPERTY
        Provides the 'timeFinished' property name.
        See Also:
        Constant Field Values
      • ACTION_SERVICE_PROPERTY

        public static final String ACTION_SERVICE_PROPERTY
        Provides the 'actionService' relationship name.
        See Also:
        Constant Field Values
      • CURRENT_ACTION_STEP_PROPERTY

        public static final String CURRENT_ACTION_STEP_PROPERTY
        Provides the 'currentActionStep' relationship name.
        See Also:
        Constant Field Values
      • JOB_EVENTS_PROPERTY

        public static final String JOB_EVENTS_PROPERTY
        Provides the 'jobEvents' relationship name.
        See Also:
        Constant Field Values
      • JOB_STEP_PROPERTY

        public static final String JOB_STEP_PROPERTY
        Provides the 'jobStep' relationship name.
        See Also:
        Constant Field Values
      • SUBMISSION_PROPERTY

        public static final String SUBMISSION_PROPERTY
        Provides the 'submission' relationship name.
        See Also:
        Constant Field Values
      • JOB_ACTION_OID_PK_COLUMN

        public static final String JOB_ACTION_OID_PK_COLUMN
        Provides the 'job_action_oid' primary key database column name.
        See Also:
        Constant Field Values
      • ACTION_ATTEMPTS

        public static final org.apache.cayenne.exp.Property<Integer> ACTION_ATTEMPTS
        Provides the 'ACTION_ATTEMPTS' property.
      • ACTION_MAX_ATTEMPTS

        public static final org.apache.cayenne.exp.Property<Integer> ACTION_MAX_ATTEMPTS
        Provides the 'ACTION_MAX_ATTEMPTS' property.
      • ACTION_MESSAGE

        public static final org.apache.cayenne.exp.Property<String> ACTION_MESSAGE
        Provides the 'ACTION_MESSAGE' property.
      • ASSIGN_REPEAT_INDEX

        public static final org.apache.cayenne.exp.Property<Integer> ASSIGN_REPEAT_INDEX
        Provides the 'ASSIGN_REPEAT_INDEX' property.
      • ASSIGN_REPEAT_ITEM

        public static final org.apache.cayenne.exp.Property<String> ASSIGN_REPEAT_ITEM
        Provides the 'ASSIGN_REPEAT_ITEM' property.
      • EXTERNAL_REFERENCE_NUMBER

        public static final org.apache.cayenne.exp.Property<String> EXTERNAL_REFERENCE_NUMBER
        Provides the 'EXTERNAL_REFERENCE_NUMBER' property.
      • JOB_ACTION_KEY

        public static final org.apache.cayenne.exp.Property<String> JOB_ACTION_KEY
        Provides the 'JOB_ACTION_KEY' property.
      • NAME

        public static final org.apache.cayenne.exp.Property<String> NAME
        Provides the 'NAME' property.
      • REDIRECT_NEXT_FLAG

        public static final org.apache.cayenne.exp.Property<Boolean> REDIRECT_NEXT_FLAG
        Provides the 'REDIRECT_NEXT_FLAG' property.
      • ROUTE_RESULT

        public static final org.apache.cayenne.exp.Property<String> ROUTE_RESULT
        Provides the 'ROUTE_RESULT' property.
      • SEQUENCE

        public static final org.apache.cayenne.exp.Property<Integer> SEQUENCE
        Provides the 'SEQUENCE' property.
      • STATUS

        public static final org.apache.cayenne.exp.Property<String> STATUS
        Provides the 'STATUS' property.
      • TIME_ACTION_EXECUTED

        public static final org.apache.cayenne.exp.Property<Date> TIME_ACTION_EXECUTED
        Provides the 'TIME_ACTION_EXECUTED' property.
      • TIME_ACTION_NEXT_ATTEMPT

        public static final org.apache.cayenne.exp.Property<Date> TIME_ACTION_NEXT_ATTEMPT
        Provides the 'TIME_ACTION_NEXT_ATTEMPT' property.
      • TIME_CREATED

        public static final org.apache.cayenne.exp.Property<Date> TIME_CREATED
        Provides the 'TIME_CREATED' property.
      • TIME_FINISHED

        public static final org.apache.cayenne.exp.Property<Date> TIME_FINISHED
        Provides the 'TIME_FINISHED' property.
      • TYPE

        public static final org.apache.cayenne.exp.Property<String> TYPE
        Provides the 'TYPE' property.
      • ACTION_SERVICE

        public static final org.apache.cayenne.exp.Property<ServiceDefinition> ACTION_SERVICE
        Provides the 'ACTION_SERVICE' property.
      • CURRENT_ACTION_STEP

        public static final org.apache.cayenne.exp.Property<JobStep> CURRENT_ACTION_STEP
        Provides the 'CURRENT_ACTION_STEP' property.
      • ERRORS

        public static final org.apache.cayenne.exp.Property<List<ErrorLog>> ERRORS
        Provides the 'ERRORS' property.
      • JOB

        public static final org.apache.cayenne.exp.Property<Job> JOB
        Provides the 'JOB' property.
      • JOB_EVENTS

        public static final org.apache.cayenne.exp.Property<List<JobEventLog>> JOB_EVENTS
        Provides the 'JOB_EVENTS' property.
      • JOB_STEP

        public static final org.apache.cayenne.exp.Property<JobStep> JOB_STEP
        Provides the 'JOB_STEP' property.
      • SUBMISSION

        public static final org.apache.cayenne.exp.Property<Submission> SUBMISSION
        Provides the 'SUBMISSION' property.
    • Constructor Detail

      • _JobAction

        public _JobAction()
    • Method Detail

      • setActionAttempts

        public void setActionAttempts​(Integer actionAttempts)
        Set the actionAttempts value.
        Parameters:
        actionAttempts - the actionAttempts value to set
      • getActionAttempts

        public Integer getActionAttempts()
        Return the actionAttempts value.
        Returns:
        actionAttempts the actionAttempts value
      • setActionMaxAttempts

        public void setActionMaxAttempts​(Integer actionMaxAttempts)
        Set the actionMaxAttempts value.
        Parameters:
        actionMaxAttempts - the actionMaxAttempts value to set
      • getActionMaxAttempts

        public Integer getActionMaxAttempts()
        Return the actionMaxAttempts value.
        Returns:
        actionMaxAttempts the actionMaxAttempts value
      • setActionMessage

        public void setActionMessage​(String actionMessage)
        Set the actionMessage value.
        Parameters:
        actionMessage - the actionMessage value to set
      • getActionMessage

        public String getActionMessage()
        Return the actionMessage value.
        Returns:
        actionMessage the actionMessage value
      • setAssignRepeatIndex

        public void setAssignRepeatIndex​(Integer assignRepeatIndex)
        Set the assignRepeatIndex value.
        Parameters:
        assignRepeatIndex - the assignRepeatIndex value to set
      • getAssignRepeatIndex

        public Integer getAssignRepeatIndex()
        Return the assignRepeatIndex value.
        Returns:
        assignRepeatIndex the assignRepeatIndex value
      • setAssignRepeatItem

        public void setAssignRepeatItem​(String assignRepeatItem)
        Set the assignRepeatItem value.
        Parameters:
        assignRepeatItem - the assignRepeatItem value to set
      • getAssignRepeatItem

        public String getAssignRepeatItem()
        Return the assignRepeatItem value.
        Returns:
        assignRepeatItem the assignRepeatItem value
      • setExternalReferenceNumber

        public void setExternalReferenceNumber​(String externalReferenceNumber)
        Set the externalReferenceNumber value.
        Parameters:
        externalReferenceNumber - the externalReferenceNumber value to set
      • getExternalReferenceNumber

        public String getExternalReferenceNumber()
        Return the externalReferenceNumber value.
        Returns:
        externalReferenceNumber the externalReferenceNumber value
      • setJobActionKey

        public void setJobActionKey​(String jobActionKey)
        Set the jobActionKey value.
        Parameters:
        jobActionKey - the jobActionKey value to set
      • getJobActionKey

        public String getJobActionKey()
        Return the jobActionKey value.
        Returns:
        jobActionKey the jobActionKey value
      • setName

        public void setName​(String name)
        Set the name value.
        Parameters:
        name - the name value to set
      • getName

        public String getName()
        Return the name value.
        Returns:
        name the name value
      • setRedirectNextFlag

        public void setRedirectNextFlag​(boolean redirectNextFlag)
        Set the redirectNextFlag value.
        Parameters:
        redirectNextFlag - the redirectNextFlag value to set
      • isRedirectNextFlag

        public boolean isRedirectNextFlag()
        Return the redirectNextFlag value.
        Returns:
        redirectNextFlag the redirectNextFlag value
      • setRouteResult

        public void setRouteResult​(String routeResult)
        Set the routeResult value.
        Parameters:
        routeResult - the routeResult value to set
      • getRouteResult

        public String getRouteResult()
        Return the routeResult value.
        Returns:
        routeResult the routeResult value
      • setSequence

        public void setSequence​(Integer sequence)
        Set the sequence value.
        Parameters:
        sequence - the sequence value to set
      • getSequence

        public Integer getSequence()
        Return the sequence value.
        Returns:
        sequence the sequence value
      • setStatus

        public void setStatus​(String status)
        Set the status value.
        Parameters:
        status - the status value to set
      • getStatus

        public String getStatus()
        Return the status value.
        Returns:
        status the status value
      • setTimeActionExecuted

        public void setTimeActionExecuted​(Date timeActionExecuted)
        Set the timeActionExecuted value.
        Parameters:
        timeActionExecuted - the timeActionExecuted value to set
      • getTimeActionExecuted

        public Date getTimeActionExecuted()
        Return the timeActionExecuted value.
        Returns:
        timeActionExecuted the timeActionExecuted value
      • setTimeActionNextAttempt

        public void setTimeActionNextAttempt​(Date timeActionNextAttempt)
        Set the timeActionNextAttempt value.
        Parameters:
        timeActionNextAttempt - the timeActionNextAttempt value to set
      • getTimeActionNextAttempt

        public Date getTimeActionNextAttempt()
        Return the timeActionNextAttempt value.
        Returns:
        timeActionNextAttempt the timeActionNextAttempt value
      • setTimeCreated

        public void setTimeCreated​(Date timeCreated)
        Set the timeCreated value.
        Parameters:
        timeCreated - the timeCreated value to set
      • getTimeCreated

        public Date getTimeCreated()
        Return the timeCreated value.
        Returns:
        timeCreated the timeCreated value
      • setTimeFinished

        public void setTimeFinished​(Date timeFinished)
        Set the timeFinished value.
        Parameters:
        timeFinished - the timeFinished value to set
      • getTimeFinished

        public Date getTimeFinished()
        Return the timeFinished value.
        Returns:
        timeFinished the timeFinished value
      • setType

        public void setType​(String type)
        Set the type value.
        Parameters:
        type - the type value to set
      • getType

        public String getType()
        Return the type value.
        Returns:
        type the type value
      • setActionService

        public void setActionService​(ServiceDefinition actionService)
        Set the ActionService.
        Parameters:
        actionService - the actionService value to set
      • getActionService

        public ServiceDefinition getActionService()
        Return the ActionService.
        Returns:
        the actionService value
      • setCurrentActionStep

        public void setCurrentActionStep​(JobStep currentActionStep)
        Set the CurrentActionStep.
        Parameters:
        currentActionStep - the currentActionStep value to set
      • getCurrentActionStep

        public JobStep getCurrentActionStep()
        Return the CurrentActionStep.
        Returns:
        the currentActionStep value
      • addToErrors

        public void addToErrors​(ErrorLog obj)
        Add the Errors object.
        Parameters:
        obj - the errors value to add
      • removeFromErrors

        public void removeFromErrors​(ErrorLog obj)
        Remove the Errors object.
        Parameters:
        obj - the errors value to remove
      • getErrors

        public List<ErrorLog> getErrors()
        Return the Errors.
        Returns:
        errors value
      • setJob

        public void setJob​(Job job)
        Set the Job.
        Parameters:
        job - the job value to set
      • getJob

        public Job getJob()
        Return the Job.
        Returns:
        the job value
      • addToJobEvents

        public void addToJobEvents​(JobEventLog obj)
        Add the JobEvents object.
        Parameters:
        obj - the jobEvents value to add
      • removeFromJobEvents

        public void removeFromJobEvents​(JobEventLog obj)
        Remove the JobEvents object.
        Parameters:
        obj - the jobEvents value to remove
      • getJobEvents

        public List<JobEventLog> getJobEvents()
        Return the JobEvents.
        Returns:
        jobEvents value
      • setJobStep

        public void setJobStep​(JobStep jobStep)
        Set the JobStep.
        Parameters:
        jobStep - the jobStep value to set
      • getJobStep

        public JobStep getJobStep()
        Return the JobStep.
        Returns:
        the jobStep value
      • setSubmission

        public void setSubmission​(Submission submission)
        Set the Submission.
        Parameters:
        submission - the submission value to set
      • getSubmission

        public Submission getSubmission()
        Return the Submission.
        Returns:
        the submission value