Class _JobStep

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

    public abstract class _JobStep
    extends BaseEntity

    Provides the _JobStep 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

      • ALL_FORMS_EDITABLE_FLAG_PROPERTY

        public static final String ALL_FORMS_EDITABLE_FLAG_PROPERTY
        Provides the 'allFormsEditableFlag' property name.
        See Also:
        Constant Field Values
      • DYNAMIC_PRE_CONDITIONS_FLAG_PROPERTY

        public static final String DYNAMIC_PRE_CONDITIONS_FLAG_PROPERTY
        Provides the 'dynamicPreConditionsFlag' property name.
        See Also:
        Constant Field Values
      • NEXT_STEP_NAME_PROPERTY

        public static final String NEXT_STEP_NAME_PROPERTY
        Provides the 'nextStepName' 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
      • SHARE_EXTRACT_DATA_FLAG_PROPERTY

        public static final String SHARE_EXTRACT_DATA_FLAG_PROPERTY
        Provides the 'shareExtractDataFlag' property name.
        See Also:
        Constant Field Values
      • SHARE_FORM_DATA_FLAG_PROPERTY

        public static final String SHARE_FORM_DATA_FLAG_PROPERTY
        Provides the 'shareFormDataFlag' property name.
        See Also:
        Constant Field Values
      • SHOW_PREVIOUS_FORMS_FLAG_PROPERTY

        public static final String SHOW_PREVIOUS_FORMS_FLAG_PROPERTY
        Provides the 'showPreviousFormsFlag' property name.
        See Also:
        Constant Field Values
      • TIME_COMPLETION_SCHEDULED_PROPERTY

        public static final String TIME_COMPLETION_SCHEDULED_PROPERTY
        Provides the 'timeCompletionScheduled' 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
      • CURRENT_ACTION_PROPERTY

        public static final String CURRENT_ACTION_PROPERTY
        Provides the 'currentAction' relationship name.
        See Also:
        Constant Field Values
      • CURRENT_STEP_JOB_PROPERTY

        public static final String CURRENT_STEP_JOB_PROPERTY
        Provides the 'currentStepJob' relationship name.
        See Also:
        Constant Field Values
      • EXPIRY_SERVICE_PROPERTY

        public static final String EXPIRY_SERVICE_PROPERTY
        Provides the 'expiryService' relationship name.
        See Also:
        Constant Field Values
      • JOB_ACTIONS_PROPERTY

        public static final String JOB_ACTIONS_PROPERTY
        Provides the 'jobActions' relationship name.
        See Also:
        Constant Field Values
      • JOB_STEP_OID_PK_COLUMN

        public static final String JOB_STEP_OID_PK_COLUMN
        Provides the 'job_step_oid' primary key database column name.
        See Also:
        Constant Field Values
      • ALL_FORMS_EDITABLE_FLAG

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

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

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

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

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

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

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

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

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

        public static final org.apache.cayenne.exp.Property<Date> TIME_COMPLETION_SCHEDULED
        Provides the 'TIME_COMPLETION_SCHEDULED' 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.
      • CURRENT_ACTION

        public static final org.apache.cayenne.exp.Property<JobAction> CURRENT_ACTION
        Provides the 'CURRENT_ACTION' property.
      • CURRENT_STEP_JOB

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

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

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

        public static final org.apache.cayenne.exp.Property<List<JobAction>> JOB_ACTIONS
        Provides the 'JOB_ACTIONS' property.
    • Constructor Detail

      • _JobStep

        public _JobStep()
    • Method Detail

      • setAllFormsEditableFlag

        public void setAllFormsEditableFlag​(boolean allFormsEditableFlag)
        Set the allFormsEditableFlag value.
        Parameters:
        allFormsEditableFlag - the allFormsEditableFlag value to set
      • isAllFormsEditableFlag

        public boolean isAllFormsEditableFlag()
        Return the allFormsEditableFlag value.
        Returns:
        allFormsEditableFlag the allFormsEditableFlag value
      • setDynamicPreConditionsFlag

        public void setDynamicPreConditionsFlag​(boolean dynamicPreConditionsFlag)
        Set the dynamicPreConditionsFlag value.
        Parameters:
        dynamicPreConditionsFlag - the dynamicPreConditionsFlag value to set
      • isDynamicPreConditionsFlag

        public boolean isDynamicPreConditionsFlag()
        Return the dynamicPreConditionsFlag value.
        Returns:
        dynamicPreConditionsFlag the dynamicPreConditionsFlag 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
      • setNextStepName

        public void setNextStepName​(String nextStepName)
        Set the nextStepName value.
        Parameters:
        nextStepName - the nextStepName value to set
      • getNextStepName

        public String getNextStepName()
        Return the nextStepName value.
        Returns:
        nextStepName the nextStepName 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
      • setShareExtractDataFlag

        public void setShareExtractDataFlag​(boolean shareExtractDataFlag)
        Set the shareExtractDataFlag value.
        Parameters:
        shareExtractDataFlag - the shareExtractDataFlag value to set
      • isShareExtractDataFlag

        public boolean isShareExtractDataFlag()
        Return the shareExtractDataFlag value.
        Returns:
        shareExtractDataFlag the shareExtractDataFlag value
      • setShareFormDataFlag

        public void setShareFormDataFlag​(boolean shareFormDataFlag)
        Set the shareFormDataFlag value.
        Parameters:
        shareFormDataFlag - the shareFormDataFlag value to set
      • isShareFormDataFlag

        public boolean isShareFormDataFlag()
        Return the shareFormDataFlag value.
        Returns:
        shareFormDataFlag the shareFormDataFlag value
      • setShowPreviousFormsFlag

        public void setShowPreviousFormsFlag​(boolean showPreviousFormsFlag)
        Set the showPreviousFormsFlag value.
        Parameters:
        showPreviousFormsFlag - the showPreviousFormsFlag value to set
      • isShowPreviousFormsFlag

        public boolean isShowPreviousFormsFlag()
        Return the showPreviousFormsFlag value.
        Returns:
        showPreviousFormsFlag the showPreviousFormsFlag 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
      • setTimeCompletionScheduled

        public void setTimeCompletionScheduled​(Date timeCompletionScheduled)
        Set the timeCompletionScheduled value.
        Parameters:
        timeCompletionScheduled - the timeCompletionScheduled value to set
      • getTimeCompletionScheduled

        public Date getTimeCompletionScheduled()
        Return the timeCompletionScheduled value.
        Returns:
        timeCompletionScheduled the timeCompletionScheduled 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
      • setCurrentAction

        public void setCurrentAction​(JobAction currentAction)
        Set the CurrentAction.
        Parameters:
        currentAction - the currentAction value to set
      • getCurrentAction

        public JobAction getCurrentAction()
        Return the CurrentAction.
        Returns:
        the currentAction value
      • setCurrentStepJob

        public void setCurrentStepJob​(Job currentStepJob)
        Set the CurrentStepJob.
        Parameters:
        currentStepJob - the currentStepJob value to set
      • getCurrentStepJob

        public Job getCurrentStepJob()
        Return the CurrentStepJob.
        Returns:
        the currentStepJob value
      • setExpiryService

        public void setExpiryService​(ServiceDefinition expiryService)
        Set the ExpiryService.
        Parameters:
        expiryService - the expiryService value to set
      • getExpiryService

        public ServiceDefinition getExpiryService()
        Return the ExpiryService.
        Returns:
        the expiryService 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
      • addToJobActions

        public void addToJobActions​(JobAction obj)
        Add the JobActions object.
        Parameters:
        obj - the jobActions value to add
      • removeFromJobActions

        public void removeFromJobActions​(JobAction obj)
        Remove the JobActions object.
        Parameters:
        obj - the jobActions value to remove
      • getJobActions

        public List<JobAction> getJobActions()
        Return the JobActions.
        Returns:
        jobActions value