Class _ScheduledJobHistory

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

    public abstract class _ScheduledJobHistory
    extends BaseEntity

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

      • RUN_CPU_PERCENT_PROPERTY

        public static final String RUN_CPU_PERCENT_PROPERTY
        Provides the 'runCpuPercent' property name.
        See Also:
        Constant Field Values
      • RUN_DURATION_PROPERTY

        public static final String RUN_DURATION_PROPERTY
        Provides the 'runDuration' property name.
        See Also:
        Constant Field Values
      • RUN_MEMORY_DELTA_PROPERTY

        public static final String RUN_MEMORY_DELTA_PROPERTY
        Provides the 'runMemoryDelta' property name.
        See Also:
        Constant Field Values
      • RUN_THREAD_COUNT_PROPERTY

        public static final String RUN_THREAD_COUNT_PROPERTY
        Provides the 'runThreadCount' property name.
        See Also:
        Constant Field Values
      • RUN_TIME_PROPERTY

        public static final String RUN_TIME_PROPERTY
        Provides the 'runTime' property name.
        See Also:
        Constant Field Values
      • SCHEDULED_JOB_NAME_PROPERTY

        public static final String SCHEDULED_JOB_NAME_PROPERTY
        Provides the 'scheduledJobName' property name.
        See Also:
        Constant Field Values
      • SCHEDULER_INSTANCE_ID_PROPERTY

        public static final String SCHEDULER_INSTANCE_ID_PROPERTY
        Provides the 'schedulerInstanceId' property name.
        See Also:
        Constant Field Values
      • ERROR_LOG_PROPERTY

        public static final String ERROR_LOG_PROPERTY
        Provides the 'errorLog' relationship name.
        See Also:
        Constant Field Values
      • SCHEDULED_JOB_HISTORY_OID_PK_COLUMN

        public static final String SCHEDULED_JOB_HISTORY_OID_PK_COLUMN
        Provides the 'scheduled_job_history_oid' primary key database column name.
        See Also:
        Constant Field Values
      • RUN_CPU_PERCENT

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

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

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

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

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

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

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

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

      • _ScheduledJobHistory

        public _ScheduledJobHistory()
    • Method Detail

      • setRunCpuPercent

        public void setRunCpuPercent​(Integer runCpuPercent)
        Set the runCpuPercent value.
        Parameters:
        runCpuPercent - the runCpuPercent value to set
      • getRunCpuPercent

        public Integer getRunCpuPercent()
        Return the runCpuPercent value.
        Returns:
        runCpuPercent the runCpuPercent value
      • setRunDuration

        public void setRunDuration​(Integer runDuration)
        Set the runDuration value.
        Parameters:
        runDuration - the runDuration value to set
      • getRunDuration

        public Integer getRunDuration()
        Return the runDuration value.
        Returns:
        runDuration the runDuration value
      • setRunMemoryDelta

        public void setRunMemoryDelta​(Integer runMemoryDelta)
        Set the runMemoryDelta value.
        Parameters:
        runMemoryDelta - the runMemoryDelta value to set
      • getRunMemoryDelta

        public Integer getRunMemoryDelta()
        Return the runMemoryDelta value.
        Returns:
        runMemoryDelta the runMemoryDelta value
      • setRunThreadCount

        public void setRunThreadCount​(Integer runThreadCount)
        Set the runThreadCount value.
        Parameters:
        runThreadCount - the runThreadCount value to set
      • getRunThreadCount

        public Integer getRunThreadCount()
        Return the runThreadCount value.
        Returns:
        runThreadCount the runThreadCount value
      • setRunTime

        public void setRunTime​(Date runTime)
        Set the runTime value.
        Parameters:
        runTime - the runTime value to set
      • getRunTime

        public Date getRunTime()
        Return the runTime value.
        Returns:
        runTime the runTime value
      • setScheduledJobName

        public void setScheduledJobName​(String scheduledJobName)
        Set the scheduledJobName value.
        Parameters:
        scheduledJobName - the scheduledJobName value to set
      • getScheduledJobName

        public String getScheduledJobName()
        Return the scheduledJobName value.
        Returns:
        scheduledJobName the scheduledJobName value
      • setSchedulerInstanceId

        public void setSchedulerInstanceId​(String schedulerInstanceId)
        Set the schedulerInstanceId value.
        Parameters:
        schedulerInstanceId - the schedulerInstanceId value to set
      • getSchedulerInstanceId

        public String getSchedulerInstanceId()
        Return the schedulerInstanceId value.
        Returns:
        schedulerInstanceId the schedulerInstanceId value
      • setErrorLog

        public void setErrorLog​(ErrorLog errorLog)
        Set the ErrorLog.
        Parameters:
        errorLog - the errorLog value to set
      • getErrorLog

        public ErrorLog getErrorLog()
        Return the ErrorLog.
        Returns:
        the errorLog value