Class _ProcessingStatus

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

    public abstract class _ProcessingStatus
    extends BaseEntity

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

      • DATETIME_CREATED_PROPERTY

        public static final String DATETIME_CREATED_PROPERTY
        Provides the 'datetimeCreated' property name.
        See Also:
        Constant Field Values
      • PERCENTAGE_COMPLETE_PROPERTY

        public static final String PERCENTAGE_COMPLETE_PROPERTY
        Provides the 'percentageComplete' property name.
        See Also:
        Constant Field Values
      • PROCESSING_STATUS_PROPERTY

        public static final String PROCESSING_STATUS_PROPERTY
        Provides the 'processingStatus' property name.
        See Also:
        Constant Field Values
      • USER_LOGIN_NAME_PROPERTY

        public static final String USER_LOGIN_NAME_PROPERTY
        Provides the 'userLoginName' property name.
        See Also:
        Constant Field Values
      • SUBMISSION_PROPERTY

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

        public static final String PROCESSING_STATUS_OID_PK_COLUMN
        Provides the 'processing_status_oid' primary key database column name.
        See Also:
        Constant Field Values
      • DATETIME_CREATED

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

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

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

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

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

      • _ProcessingStatus

        public _ProcessingStatus()
    • Method Detail

      • setDatetimeCreated

        public void setDatetimeCreated​(Date datetimeCreated)
        Set the datetimeCreated value.
        Parameters:
        datetimeCreated - the datetimeCreated value to set
      • getDatetimeCreated

        public Date getDatetimeCreated()
        Return the datetimeCreated value.
        Returns:
        datetimeCreated the datetimeCreated value
      • setPercentageComplete

        public void setPercentageComplete​(Integer percentageComplete)
        Set the percentageComplete value.
        Parameters:
        percentageComplete - the percentageComplete value to set
      • getPercentageComplete

        public Integer getPercentageComplete()
        Return the percentageComplete value.
        Returns:
        percentageComplete the percentageComplete value
      • setProcessingStatus

        public void setProcessingStatus​(String processingStatus)
        Set the processingStatus value.
        Parameters:
        processingStatus - the processingStatus value to set
      • getProcessingStatus

        public String getProcessingStatus()
        Return the processingStatus value.
        Returns:
        processingStatus the processingStatus value
      • setUserLoginName

        public void setUserLoginName​(String userLoginName)
        Set the userLoginName value.
        Parameters:
        userLoginName - the userLoginName value to set
      • getUserLoginName

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