Class _SubmissionHistory

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

    public abstract class _SubmissionHistory
    extends BaseEntity

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

      • BACKGROUND_SAVED_FLAG_PROPERTY

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

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

        public static final String DELETED_FLAG_PROPERTY
        Provides the 'deletedFlag' property name.
        See Also:
        Constant Field Values
      • FORM_STATUS_PROPERTY

        public static final String FORM_STATUS_PROPERTY
        Provides the 'formStatus' 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
      • PERCENTAGE_COMPLETED_PROPERTY

        public static final String PERCENTAGE_COMPLETED_PROPERTY
        Provides the 'percentageCompleted' property name.
        See Also:
        Constant Field Values
      • PORTAL_NAME_PROPERTY

        public static final String PORTAL_NAME_PROPERTY
        Provides the 'portalName' property name.
        See Also:
        Constant Field Values
      • SHARE_FORM_FLAG_PROPERTY

        public static final String SHARE_FORM_FLAG_PROPERTY
        Provides the 'shareFormFlag' property name.
        See Also:
        Constant Field Values
      • STORAGE_ENCODING_PROPERTY

        public static final String STORAGE_ENCODING_PROPERTY
        Provides the 'storageEncoding' property name.
        See Also:
        Constant Field Values
      • STORAGE_URL_PROPERTY

        public static final String STORAGE_URL_PROPERTY
        Provides the 'storageUrl' property name.
        See Also:
        Constant Field Values
      • TIME_TO_SUBMIT_SEC_PROPERTY

        public static final String TIME_TO_SUBMIT_SEC_PROPERTY
        Provides the 'timeToSubmitSec' property name.
        See Also:
        Constant Field Values
      • USER_AGENT_PROPERTY

        public static final String USER_AGENT_PROPERTY
        Provides the 'userAgent' property name.
        See Also:
        Constant Field Values
      • USER_AGENT_DEVICE_TYPE_PROPERTY

        public static final String USER_AGENT_DEVICE_TYPE_PROPERTY
        Provides the 'userAgentDeviceType' property name.
        See Also:
        Constant Field Values
      • REQUEST_LOG_PROPERTY

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

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

        public static final String SUBMISSION_HISTORY_DATA_PROPERTY
        Provides the 'submissionHistoryData' relationship name.
        See Also:
        Constant Field Values
      • TEMPLATE_VERSION_PROPERTY

        public static final String TEMPLATE_VERSION_PROPERTY
        Provides the 'templateVersion' relationship name.
        See Also:
        Constant Field Values
      • SUBMISSION_HISTORY_OID_PK_COLUMN

        public static final String SUBMISSION_HISTORY_OID_PK_COLUMN
        Provides the 'submission_history_oid' primary key database column name.
        See Also:
        Constant Field Values
      • BACKGROUND_SAVED_FLAG

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        public static final org.apache.cayenne.exp.Property<SubmissionHistoryData> SUBMISSION_HISTORY_DATA
        Provides the 'SUBMISSION_HISTORY_DATA' property.
      • TEMPLATE_VERSION

        public static final org.apache.cayenne.exp.Property<TemplateVersion> TEMPLATE_VERSION
        Provides the 'TEMPLATE_VERSION' property.
      • USER

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

      • _SubmissionHistory

        public _SubmissionHistory()
    • Method Detail

      • setBackgroundSavedFlag

        public void setBackgroundSavedFlag​(boolean backgroundSavedFlag)
        Set the backgroundSavedFlag value.
        Parameters:
        backgroundSavedFlag - the backgroundSavedFlag value to set
      • isBackgroundSavedFlag

        public boolean isBackgroundSavedFlag()
        Return the backgroundSavedFlag value.
        Returns:
        backgroundSavedFlag the backgroundSavedFlag value
      • 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
      • setDeletedFlag

        public void setDeletedFlag​(boolean deletedFlag)
        Set the deletedFlag value.
        Parameters:
        deletedFlag - the deletedFlag value to set
      • isDeletedFlag

        public boolean isDeletedFlag()
        Return the deletedFlag value.
        Returns:
        deletedFlag the deletedFlag value
      • setFormStatus

        public void setFormStatus​(String formStatus)
        Set the formStatus value.
        Parameters:
        formStatus - the formStatus value to set
      • getFormStatus

        public String getFormStatus()
        Return the formStatus value.
        Returns:
        formStatus the formStatus 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
      • setPercentageCompleted

        public void setPercentageCompleted​(Integer percentageCompleted)
        Set the percentageCompleted value.
        Parameters:
        percentageCompleted - the percentageCompleted value to set
      • getPercentageCompleted

        public Integer getPercentageCompleted()
        Return the percentageCompleted value.
        Returns:
        percentageCompleted the percentageCompleted value
      • setPortalName

        public void setPortalName​(String portalName)
        Set the portalName value.
        Parameters:
        portalName - the portalName value to set
      • getPortalName

        public String getPortalName()
        Return the portalName value.
        Returns:
        portalName the portalName value
      • setShareFormFlag

        public void setShareFormFlag​(boolean shareFormFlag)
        Set the shareFormFlag value.
        Parameters:
        shareFormFlag - the shareFormFlag value to set
      • isShareFormFlag

        public boolean isShareFormFlag()
        Return the shareFormFlag value.
        Returns:
        shareFormFlag the shareFormFlag value
      • setStorageEncoding

        public void setStorageEncoding​(String storageEncoding)
        Set the storageEncoding value.
        Parameters:
        storageEncoding - the storageEncoding value to set
      • getStorageEncoding

        public String getStorageEncoding()
        Return the storageEncoding value.
        Returns:
        storageEncoding the storageEncoding value
      • setStorageUrl

        public void setStorageUrl​(String storageUrl)
        Set the storageUrl value.
        Parameters:
        storageUrl - the storageUrl value to set
      • getStorageUrl

        public String getStorageUrl()
        Return the storageUrl value.
        Returns:
        storageUrl the storageUrl value
      • setTimeToSubmitSec

        public void setTimeToSubmitSec​(Integer timeToSubmitSec)
        Set the timeToSubmitSec value.
        Parameters:
        timeToSubmitSec - the timeToSubmitSec value to set
      • getTimeToSubmitSec

        public Integer getTimeToSubmitSec()
        Return the timeToSubmitSec value.
        Returns:
        timeToSubmitSec the timeToSubmitSec value
      • setUserAgent

        public void setUserAgent​(String userAgent)
        Set the userAgent value.
        Parameters:
        userAgent - the userAgent value to set
      • getUserAgent

        public String getUserAgent()
        Return the userAgent value.
        Returns:
        userAgent the userAgent value
      • setUserAgentDeviceType

        public void setUserAgentDeviceType​(String userAgentDeviceType)
        Set the userAgentDeviceType value.
        Parameters:
        userAgentDeviceType - the userAgentDeviceType value to set
      • getUserAgentDeviceType

        public String getUserAgentDeviceType()
        Return the userAgentDeviceType value.
        Returns:
        userAgentDeviceType the userAgentDeviceType value
      • setRequestLog

        public void setRequestLog​(RequestLog requestLog)
        Set the RequestLog.
        Parameters:
        requestLog - the requestLog value to set
      • getRequestLog

        public RequestLog getRequestLog()
        Return the RequestLog.
        Returns:
        the requestLog 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
      • setSubmissionHistoryData

        public void setSubmissionHistoryData​(SubmissionHistoryData submissionHistoryData)
        Set the SubmissionHistoryData.
        Parameters:
        submissionHistoryData - the submissionHistoryData value to set
      • getSubmissionHistoryData

        public SubmissionHistoryData getSubmissionHistoryData()
        Return the SubmissionHistoryData.
        Returns:
        the submissionHistoryData value
      • setTemplateVersion

        public void setTemplateVersion​(TemplateVersion templateVersion)
        Set the TemplateVersion.
        Parameters:
        templateVersion - the templateVersion value to set
      • getTemplateVersion

        public TemplateVersion getTemplateVersion()
        Return the TemplateVersion.
        Returns:
        the templateVersion value
      • setUser

        public void setUser​(UserAccount user)
        Set the User.
        Parameters:
        user - the user value to set
      • getUser

        public UserAccount getUser()
        Return the User.
        Returns:
        the user value