Class _JobStatusHistory

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

    public abstract class _JobStatusHistory
    extends BaseEntity

    Provides the _JobStatusHistory 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 Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.cayenne.exp.Property<Job> JOB
      Provides the 'JOB' property.
      static String JOB_PROPERTY
      Provides the 'job' relationship name.
      static org.apache.cayenne.exp.Property<String> JOB_STATUS
      Provides the 'JOB_STATUS' property.
      static String JOB_STATUS_HISTORY_OID_PK_COLUMN
      Provides the 'job_status_history_oid' primary key database column name.
      static String JOB_STATUS_PROPERTY
      Provides the 'jobStatus' property name.
      static org.apache.cayenne.exp.Property<Boolean> LICENSE_PUBLISHED_FLAG
      Provides the 'LICENSE_PUBLISHED_FLAG' property.
      static String LICENSE_PUBLISHED_FLAG_PROPERTY
      Provides the 'licensePublishedFlag' property name.
      static org.apache.cayenne.exp.Property<String> STEP_NAME
      Provides the 'STEP_NAME' property.
      static String STEP_NAME_PROPERTY
      Provides the 'stepName' property name.
      static org.apache.cayenne.exp.Property<String> STEP_STATUS
      Provides the 'STEP_STATUS' property.
      static String STEP_STATUS_PROPERTY
      Provides the 'stepStatus' property name.
      static org.apache.cayenne.exp.Property<Date> TIME_CREATED
      Provides the 'TIME_CREATED' property.
      static String TIME_CREATED_PROPERTY
      Provides the 'timeCreated' property name.
      • Fields inherited from class org.apache.cayenne.CayenneDataObject

        values
      • Fields inherited from class org.apache.cayenne.BaseDataObject

        snapshotVersion
      • Fields inherited from class org.apache.cayenne.PersistentObject

        objectContext, objectId, persistenceState
      • Fields inherited from interface org.apache.cayenne.DataObject

        DEFAULT_VERSION
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Job getJob()
      Return the Job.
      String getJobStatus()
      Return the jobStatus value.
      String getStepName()
      Return the stepName value.
      String getStepStatus()
      Return the stepStatus value.
      Date getTimeCreated()
      Return the timeCreated value.
      boolean isLicensePublishedFlag()
      Return the licensePublishedFlag value.
      void setJob​(Job job)
      Set the Job.
      void setJobStatus​(String jobStatus)
      Set the jobStatus value.
      void setLicensePublishedFlag​(boolean licensePublishedFlag)
      Set the licensePublishedFlag value.
      void setStepName​(String stepName)
      Set the stepName value.
      void setStepStatus​(String stepStatus)
      Set the stepStatus value.
      void setTimeCreated​(Date timeCreated)
      Set the timeCreated value.
      • Methods inherited from class org.apache.cayenne.CayenneDataObject

        makePath, readPropertyDirectly, readState, setPersistenceState, writePropertyDirectly, writeState
      • Methods inherited from class org.apache.cayenne.BaseDataObject

        addToManyTarget, beforePropertyRead, beforePropertyWrite, getSnapshotVersion, readNestedProperty, readProperty, readSerialized, removeToManyTarget, setObjectContext, setReverseRelationship, setSnapshotVersion, setToManyTarget, setToOneTarget, toStringBuffer, unsetReverseRelationship, validateForDelete, validateForInsert, validateForSave, validateForUpdate, willConnect, writeProperty, writeSerialized
      • Methods inherited from class org.apache.cayenne.PersistentObject

        getMapKey, getObjectContext, getObjectId, getPersistenceState, setObjectId
      • Methods inherited from interface org.apache.cayenne.Persistent

        getObjectContext, getObjectId, getPersistenceState, setObjectContext, setObjectId, setPersistenceState
    • Field Detail

      • JOB_STATUS_PROPERTY

        public static final String JOB_STATUS_PROPERTY
        Provides the 'jobStatus' property name.
        See Also:
        Constant Field Values
      • LICENSE_PUBLISHED_FLAG_PROPERTY

        public static final String LICENSE_PUBLISHED_FLAG_PROPERTY
        Provides the 'licensePublishedFlag' property name.
        See Also:
        Constant Field Values
      • STEP_NAME_PROPERTY

        public static final String STEP_NAME_PROPERTY
        Provides the 'stepName' property name.
        See Also:
        Constant Field Values
      • STEP_STATUS_PROPERTY

        public static final String STEP_STATUS_PROPERTY
        Provides the 'stepStatus' 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
      • JOB_STATUS_HISTORY_OID_PK_COLUMN

        public static final String JOB_STATUS_HISTORY_OID_PK_COLUMN
        Provides the 'job_status_history_oid' primary key database column name.
        See Also:
        Constant Field Values
      • JOB_STATUS

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

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

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

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

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

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

      • _JobStatusHistory

        public _JobStatusHistory()
    • Method Detail

      • setJobStatus

        public void setJobStatus​(String jobStatus)
        Set the jobStatus value.
        Parameters:
        jobStatus - the jobStatus value to set
      • getJobStatus

        public String getJobStatus()
        Return the jobStatus value.
        Returns:
        jobStatus the jobStatus value
      • setLicensePublishedFlag

        public void setLicensePublishedFlag​(boolean licensePublishedFlag)
        Set the licensePublishedFlag value.
        Parameters:
        licensePublishedFlag - the licensePublishedFlag value to set
      • isLicensePublishedFlag

        public boolean isLicensePublishedFlag()
        Return the licensePublishedFlag value.
        Returns:
        licensePublishedFlag the licensePublishedFlag value
      • setStepName

        public void setStepName​(String stepName)
        Set the stepName value.
        Parameters:
        stepName - the stepName value to set
      • getStepName

        public String getStepName()
        Return the stepName value.
        Returns:
        stepName the stepName value
      • setStepStatus

        public void setStepStatus​(String stepStatus)
        Set the stepStatus value.
        Parameters:
        stepStatus - the stepStatus value to set
      • getStepStatus

        public String getStepStatus()
        Return the stepStatus value.
        Returns:
        stepStatus the stepStatus 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
      • 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