Class _JobHistory

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

    public abstract class _JobHistory
    extends BaseEntity

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

      • CURRENT_ACTION_NAME_PROPERTY

        public static final String CURRENT_ACTION_NAME_PROPERTY
        Provides the 'currentActionName' property name.
        See Also:
        Constant Field Values
      • CURRENT_ACTION_STATUS_PROPERTY

        public static final String CURRENT_ACTION_STATUS_PROPERTY
        Provides the 'currentActionStatus' property name.
        See Also:
        Constant Field Values
      • INVOCATION_DURATION_PROPERTY

        public static final String INVOCATION_DURATION_PROPERTY
        Provides the 'invocationDuration' property name.
        See Also:
        Constant Field Values
      • INVOCATION_METHOD_PROPERTY

        public static final String INVOCATION_METHOD_PROPERTY
        Provides the 'invocationMethod' property name.
        See Also:
        Constant Field Values
      • INVOCATION_TIME_PROPERTY

        public static final String INVOCATION_TIME_PROPERTY
        Provides the 'invocationTime' property name.
        See Also:
        Constant Field Values
      • IP_ADDRESS_PROPERTY

        public static final String IP_ADDRESS_PROPERTY
        Provides the 'ipAddress' property name.
        See Also:
        Constant Field Values
      • JOB_DATA_PROPERTY

        public static final String JOB_DATA_PROPERTY
        Provides the 'jobData' property name.
        See Also:
        Constant Field Values
      • REMOTE_USER_PROPERTY

        public static final String REMOTE_USER_PROPERTY
        Provides the 'remoteUser' property name.
        See Also:
        Constant Field Values
      • JOB_HISTORY_OID_PK_COLUMN

        public static final String JOB_HISTORY_OID_PK_COLUMN
        Provides the 'job_history_oid' primary key database column name.
        See Also:
        Constant Field Values
      • CURRENT_ACTION_NAME

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

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

        public static final org.apache.cayenne.exp.Property<Long> INVOCATION_DURATION
        Provides the 'INVOCATION_DURATION' property.
      • INVOCATION_METHOD

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

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

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

        public static final org.apache.cayenne.exp.Property<byte[]> JOB_DATA
        Provides the 'JOB_DATA' property.
      • REMOTE_USER

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

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

      • _JobHistory

        public _JobHistory()
    • Method Detail

      • setCurrentActionName

        public void setCurrentActionName​(String currentActionName)
        Set the currentActionName value.
        Parameters:
        currentActionName - the currentActionName value to set
      • getCurrentActionName

        public String getCurrentActionName()
        Return the currentActionName value.
        Returns:
        currentActionName the currentActionName value
      • setCurrentActionStatus

        public void setCurrentActionStatus​(String currentActionStatus)
        Set the currentActionStatus value.
        Parameters:
        currentActionStatus - the currentActionStatus value to set
      • getCurrentActionStatus

        public String getCurrentActionStatus()
        Return the currentActionStatus value.
        Returns:
        currentActionStatus the currentActionStatus value
      • setInvocationDuration

        public void setInvocationDuration​(long invocationDuration)
        Set the invocationDuration value.
        Parameters:
        invocationDuration - the invocationDuration value to set
      • getInvocationDuration

        public long getInvocationDuration()
        Return the invocationDuration value.
        Returns:
        invocationDuration the invocationDuration value
      • setInvocationMethod

        public void setInvocationMethod​(String invocationMethod)
        Set the invocationMethod value.
        Parameters:
        invocationMethod - the invocationMethod value to set
      • getInvocationMethod

        public String getInvocationMethod()
        Return the invocationMethod value.
        Returns:
        invocationMethod the invocationMethod value
      • setInvocationTime

        public void setInvocationTime​(Date invocationTime)
        Set the invocationTime value.
        Parameters:
        invocationTime - the invocationTime value to set
      • getInvocationTime

        public Date getInvocationTime()
        Return the invocationTime value.
        Returns:
        invocationTime the invocationTime value
      • setIpAddress

        public void setIpAddress​(String ipAddress)
        Set the ipAddress value.
        Parameters:
        ipAddress - the ipAddress value to set
      • getIpAddress

        public String getIpAddress()
        Return the ipAddress value.
        Returns:
        ipAddress the ipAddress value
      • setJobData

        public void setJobData​(byte[] jobData)
        Set the jobData value.
        Parameters:
        jobData - the jobData value to set
      • getJobData

        public byte[] getJobData()
        Return the jobData value.
        Returns:
        jobData the jobData value
      • setRemoteUser

        public void setRemoteUser​(String remoteUser)
        Set the remoteUser value.
        Parameters:
        remoteUser - the remoteUser value to set
      • getRemoteUser

        public String getRemoteUser()
        Return the remoteUser value.
        Returns:
        remoteUser the remoteUser 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