Class _RequestLog

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

    public abstract class _RequestLog
    extends BaseEntity

    Provides the _RequestLog 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
      • DURATION_CLIENT_RESPONSE_PROPERTY

        public static final String DURATION_CLIENT_RESPONSE_PROPERTY
        Provides the 'durationClientResponse' property name.
        See Also:
        Constant Field Values
      • DURATION_FORM_INIT_PROPERTY

        public static final String DURATION_FORM_INIT_PROPERTY
        Provides the 'durationFormInit' property name.
        See Also:
        Constant Field Values
      • DURATION_RENDER_PROPERTY

        public static final String DURATION_RENDER_PROPERTY
        Provides the 'durationRender' property name.
        See Also:
        Constant Field Values
      • DURATION_TOTAL_PROPERTY

        public static final String DURATION_TOTAL_PROPERTY
        Provides the 'durationTotal' property name.
        See Also:
        Constant Field Values
      • EXTERNAL_PROFILE_ID_PROPERTY

        public static final String EXTERNAL_PROFILE_ID_PROPERTY
        Provides the 'externalProfileId' property name.
        See Also:
        Constant Field Values
      • EXTERNAL_USER_ID_PROPERTY

        public static final String EXTERNAL_USER_ID_PROPERTY
        Provides the 'externalUserId' property name.
        See Also:
        Constant Field Values
      • FORM_DATA_ENCRYPT_FLAG_PROPERTY

        public static final String FORM_DATA_ENCRYPT_FLAG_PROPERTY
        Provides the 'formDataEncryptFlag' property name.
        See Also:
        Constant Field Values
      • FORM_RENDERED_LENGTH_PROPERTY

        public static final String FORM_RENDERED_LENGTH_PROPERTY
        Provides the 'formRenderedLength' property name.
        See Also:
        Constant Field Values
      • FORM_STREAMED_LENGTH_PROPERTY

        public static final String FORM_STREAMED_LENGTH_PROPERTY
        Provides the 'formStreamedLength' property name.
        See Also:
        Constant Field Values
      • FORM_TYPE_PROPERTY

        public static final String FORM_TYPE_PROPERTY
        Provides the 'formType' 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
      • RECEIPT_MODE_PROPERTY

        public static final String RECEIPT_MODE_PROPERTY
        Provides the 'receiptMode' 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
      • RENDER_MODE_PROPERTY

        public static final String RENDER_MODE_PROPERTY
        Provides the 'renderMode' property name.
        See Also:
        Constant Field Values
      • REQUEST_CONTENT_LENGTH_PROPERTY

        public static final String REQUEST_CONTENT_LENGTH_PROPERTY
        Provides the 'requestContentLength' property name.
        See Also:
        Constant Field Values
      • REQUEST_CONTENT_TYPE_PROPERTY

        public static final String REQUEST_CONTENT_TYPE_PROPERTY
        Provides the 'requestContentType' property name.
        See Also:
        Constant Field Values
      • REQUEST_COOKIE_PROPERTY

        public static final String REQUEST_COOKIE_PROPERTY
        Provides the 'requestCookie' property name.
        See Also:
        Constant Field Values
      • REQUEST_KEY_PROPERTY

        public static final String REQUEST_KEY_PROPERTY
        Provides the 'requestKey' property name.
        See Also:
        Constant Field Values
      • REQUEST_METHOD_PROPERTY

        public static final String REQUEST_METHOD_PROPERTY
        Provides the 'requestMethod' property name.
        See Also:
        Constant Field Values
      • REQUEST_QUERY_PROPERTY

        public static final String REQUEST_QUERY_PROPERTY
        Provides the 'requestQuery' property name.
        See Also:
        Constant Field Values
      • REQUEST_TIMESTAMP_PROPERTY

        public static final String REQUEST_TIMESTAMP_PROPERTY
        Provides the 'requestTimestamp' property name.
        See Also:
        Constant Field Values
      • REQUEST_URL_PROPERTY

        public static final String REQUEST_URL_PROPERTY
        Provides the 'requestUrl' property name.
        See Also:
        Constant Field Values
      • SESSION_ID_PROPERTY

        public static final String SESSION_ID_PROPERTY
        Provides the 'sessionId' property name.
        See Also:
        Constant Field Values
      • SUBMISSION_COUNT_PROPERTY

        public static final String SUBMISSION_COUNT_PROPERTY
        Provides the 'submissionCount' property name.
        See Also:
        Constant Field Values
      • TIME_LAST_USER_ACTIVITY_PROPERTY

        public static final String TIME_LAST_USER_ACTIVITY_PROPERTY
        Provides the 'timeLastUserActivity' 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
      • FORM_SERVER_PROPERTY

        public static final String FORM_SERVER_PROPERTY
        Provides the 'formServer' relationship name.
        See Also:
        Constant Field Values
      • MILESTONES_PROPERTY

        public static final String MILESTONES_PROPERTY
        Provides the 'milestones' relationship name.
        See Also:
        Constant Field Values
      • PORTAL_SERVER_PROPERTY

        public static final String PORTAL_SERVER_PROPERTY
        Provides the 'portalServer' 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_HISTORIES_PROPERTY

        public static final String SUBMISSION_HISTORIES_PROPERTY
        Provides the 'submissionHistories' 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
      • USER_PROFILE_PROPERTY

        public static final String USER_PROFILE_PROPERTY
        Provides the 'userProfile' relationship name.
        See Also:
        Constant Field Values
      • REQUEST_OID_PK_COLUMN

        public static final String REQUEST_OID_PK_COLUMN
        Provides the 'request_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.
      • DURATION_CLIENT_RESPONSE

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        public static final org.apache.cayenne.exp.Property<Date> TIME_LAST_USER_ACTIVITY
        Provides the 'TIME_LAST_USER_ACTIVITY' 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.
      • CLIENT

        public static final org.apache.cayenne.exp.Property<Client> CLIENT
        Provides the 'CLIENT' property.
      • FORM

        public static final org.apache.cayenne.exp.Property<Form> FORM
        Provides the 'FORM' property.
      • FORM_SERVER

        public static final org.apache.cayenne.exp.Property<ServerNode> FORM_SERVER
        Provides the 'FORM_SERVER' property.
      • MILESTONES

        public static final org.apache.cayenne.exp.Property<List<SubmissionMilestone>> MILESTONES
        Provides the 'MILESTONES' property.
      • PORTAL

        public static final org.apache.cayenne.exp.Property<Portal> PORTAL
        Provides the 'PORTAL' property.
      • PORTAL_SERVER

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

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

        public static final org.apache.cayenne.exp.Property<List<SubmissionHistory>> SUBMISSION_HISTORIES
        Provides the 'SUBMISSION_HISTORIES' 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.
      • USER_PROFILE

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

      • _RequestLog

        public _RequestLog()
    • 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
      • setDurationClientResponse

        public void setDurationClientResponse​(Integer durationClientResponse)
        Set the durationClientResponse value.
        Parameters:
        durationClientResponse - the durationClientResponse value to set
      • getDurationClientResponse

        public Integer getDurationClientResponse()
        Return the durationClientResponse value.
        Returns:
        durationClientResponse the durationClientResponse value
      • setDurationFormInit

        public void setDurationFormInit​(Integer durationFormInit)
        Set the durationFormInit value.
        Parameters:
        durationFormInit - the durationFormInit value to set
      • getDurationFormInit

        public Integer getDurationFormInit()
        Return the durationFormInit value.
        Returns:
        durationFormInit the durationFormInit value
      • setDurationRender

        public void setDurationRender​(Integer durationRender)
        Set the durationRender value.
        Parameters:
        durationRender - the durationRender value to set
      • getDurationRender

        public Integer getDurationRender()
        Return the durationRender value.
        Returns:
        durationRender the durationRender value
      • setDurationTotal

        public void setDurationTotal​(Integer durationTotal)
        Set the durationTotal value.
        Parameters:
        durationTotal - the durationTotal value to set
      • getDurationTotal

        public Integer getDurationTotal()
        Return the durationTotal value.
        Returns:
        durationTotal the durationTotal value
      • setExternalProfileId

        public void setExternalProfileId​(String externalProfileId)
        Set the externalProfileId value.
        Parameters:
        externalProfileId - the externalProfileId value to set
      • getExternalProfileId

        public String getExternalProfileId()
        Return the externalProfileId value.
        Returns:
        externalProfileId the externalProfileId value
      • setExternalUserId

        public void setExternalUserId​(String externalUserId)
        Set the externalUserId value.
        Parameters:
        externalUserId - the externalUserId value to set
      • getExternalUserId

        public String getExternalUserId()
        Return the externalUserId value.
        Returns:
        externalUserId the externalUserId value
      • setFormDataEncryptFlag

        public void setFormDataEncryptFlag​(boolean formDataEncryptFlag)
        Set the formDataEncryptFlag value.
        Parameters:
        formDataEncryptFlag - the formDataEncryptFlag value to set
      • isFormDataEncryptFlag

        public boolean isFormDataEncryptFlag()
        Return the formDataEncryptFlag value.
        Returns:
        formDataEncryptFlag the formDataEncryptFlag value
      • setFormRenderedLength

        public void setFormRenderedLength​(Integer formRenderedLength)
        Set the formRenderedLength value.
        Parameters:
        formRenderedLength - the formRenderedLength value to set
      • getFormRenderedLength

        public Integer getFormRenderedLength()
        Return the formRenderedLength value.
        Returns:
        formRenderedLength the formRenderedLength value
      • setFormStreamedLength

        public void setFormStreamedLength​(Integer formStreamedLength)
        Set the formStreamedLength value.
        Parameters:
        formStreamedLength - the formStreamedLength value to set
      • getFormStreamedLength

        public Integer getFormStreamedLength()
        Return the formStreamedLength value.
        Returns:
        formStreamedLength the formStreamedLength value
      • setFormType

        public void setFormType​(String formType)
        Set the formType value.
        Parameters:
        formType - the formType value to set
      • getFormType

        public String getFormType()
        Return the formType value.
        Returns:
        formType the formType 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
      • setReceiptMode

        public void setReceiptMode​(String receiptMode)
        Set the receiptMode value.
        Parameters:
        receiptMode - the receiptMode value to set
      • getReceiptMode

        public String getReceiptMode()
        Return the receiptMode value.
        Returns:
        receiptMode the receiptMode value
      • setReferer

        public void setReferer​(String referer)
        Set the referer value.
        Parameters:
        referer - the referer value to set
      • getReferer

        public String getReferer()
        Return the referer value.
        Returns:
        referer the referer 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
      • setRenderMode

        public void setRenderMode​(String renderMode)
        Set the renderMode value.
        Parameters:
        renderMode - the renderMode value to set
      • getRenderMode

        public String getRenderMode()
        Return the renderMode value.
        Returns:
        renderMode the renderMode value
      • setRequestContentLength

        public void setRequestContentLength​(String requestContentLength)
        Set the requestContentLength value.
        Parameters:
        requestContentLength - the requestContentLength value to set
      • getRequestContentLength

        public String getRequestContentLength()
        Return the requestContentLength value.
        Returns:
        requestContentLength the requestContentLength value
      • setRequestContentType

        public void setRequestContentType​(String requestContentType)
        Set the requestContentType value.
        Parameters:
        requestContentType - the requestContentType value to set
      • getRequestContentType

        public String getRequestContentType()
        Return the requestContentType value.
        Returns:
        requestContentType the requestContentType value
      • setRequestCookie

        public void setRequestCookie​(String requestCookie)
        Set the requestCookie value.
        Parameters:
        requestCookie - the requestCookie value to set
      • getRequestCookie

        public String getRequestCookie()
        Return the requestCookie value.
        Returns:
        requestCookie the requestCookie value
      • setRequestKey

        public void setRequestKey​(String requestKey)
        Set the requestKey value.
        Parameters:
        requestKey - the requestKey value to set
      • getRequestKey

        public String getRequestKey()
        Return the requestKey value.
        Returns:
        requestKey the requestKey value
      • setRequestMethod

        public void setRequestMethod​(String requestMethod)
        Set the requestMethod value.
        Parameters:
        requestMethod - the requestMethod value to set
      • getRequestMethod

        public String getRequestMethod()
        Return the requestMethod value.
        Returns:
        requestMethod the requestMethod value
      • setRequestQuery

        public void setRequestQuery​(String requestQuery)
        Set the requestQuery value.
        Parameters:
        requestQuery - the requestQuery value to set
      • getRequestQuery

        public String getRequestQuery()
        Return the requestQuery value.
        Returns:
        requestQuery the requestQuery value
      • setRequestTimestamp

        public void setRequestTimestamp​(Date requestTimestamp)
        Set the requestTimestamp value.
        Parameters:
        requestTimestamp - the requestTimestamp value to set
      • getRequestTimestamp

        public Date getRequestTimestamp()
        Return the requestTimestamp value.
        Returns:
        requestTimestamp the requestTimestamp value
      • setRequestUrl

        public void setRequestUrl​(String requestUrl)
        Set the requestUrl value.
        Parameters:
        requestUrl - the requestUrl value to set
      • getRequestUrl

        public String getRequestUrl()
        Return the requestUrl value.
        Returns:
        requestUrl the requestUrl value
      • setSessionId

        public void setSessionId​(String sessionId)
        Set the sessionId value.
        Parameters:
        sessionId - the sessionId value to set
      • getSessionId

        public String getSessionId()
        Return the sessionId value.
        Returns:
        sessionId the sessionId value
      • setSubmissionCount

        public void setSubmissionCount​(int submissionCount)
        Set the submissionCount value.
        Parameters:
        submissionCount - the submissionCount value to set
      • getSubmissionCount

        public int getSubmissionCount()
        Return the submissionCount value.
        Returns:
        submissionCount the submissionCount value
      • setTimeLastUserActivity

        public void setTimeLastUserActivity​(Date timeLastUserActivity)
        Set the timeLastUserActivity value.
        Parameters:
        timeLastUserActivity - the timeLastUserActivity value to set
      • getTimeLastUserActivity

        public Date getTimeLastUserActivity()
        Return the timeLastUserActivity value.
        Returns:
        timeLastUserActivity the timeLastUserActivity 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
      • setClient

        public void setClient​(Client client)
        Set the Client.
        Parameters:
        client - the client value to set
      • getClient

        public Client getClient()
        Return the Client.
        Returns:
        the client value
      • setForm

        public void setForm​(Form form)
        Set the Form.
        Parameters:
        form - the form value to set
      • getForm

        public Form getForm()
        Return the Form.
        Returns:
        the form value
      • setFormServer

        public void setFormServer​(ServerNode formServer)
        Set the FormServer.
        Parameters:
        formServer - the formServer value to set
      • getFormServer

        public ServerNode getFormServer()
        Return the FormServer.
        Returns:
        the formServer value
      • addToMilestones

        public void addToMilestones​(SubmissionMilestone obj)
        Add the Milestones object.
        Parameters:
        obj - the milestones value to add
      • removeFromMilestones

        public void removeFromMilestones​(SubmissionMilestone obj)
        Remove the Milestones object.
        Parameters:
        obj - the milestones value to remove
      • getMilestones

        public List<SubmissionMilestone> getMilestones()
        Return the Milestones.
        Returns:
        milestones value
      • setPortal

        public void setPortal​(Portal portal)
        Set the Portal.
        Parameters:
        portal - the portal value to set
      • getPortal

        public Portal getPortal()
        Return the Portal.
        Returns:
        the portal value
      • setPortalServer

        public void setPortalServer​(ServerNode portalServer)
        Set the PortalServer.
        Parameters:
        portalServer - the portalServer value to set
      • getPortalServer

        public ServerNode getPortalServer()
        Return the PortalServer.
        Returns:
        the portalServer 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
      • addToSubmissionHistories

        public void addToSubmissionHistories​(SubmissionHistory obj)
        Add the SubmissionHistories object.
        Parameters:
        obj - the submissionHistories value to add
      • removeFromSubmissionHistories

        public void removeFromSubmissionHistories​(SubmissionHistory obj)
        Remove the SubmissionHistories object.
        Parameters:
        obj - the submissionHistories value to remove
      • getSubmissionHistories

        public List<SubmissionHistory> getSubmissionHistories()
        Return the SubmissionHistories.
        Returns:
        submissionHistories 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
      • setUserProfile

        public void setUserProfile​(UserProfile userProfile)
        Set the UserProfile.
        Parameters:
        userProfile - the userProfile value to set
      • getUserProfile

        public UserProfile getUserProfile()
        Return the UserProfile.
        Returns:
        the userProfile value