Class _SubmissionAsyncMsg

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

    public abstract class _SubmissionAsyncMsg
    extends BaseEntity

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

      • IP_ADDRESS_REQUESTER_PROPERTY

        public static final String IP_ADDRESS_REQUESTER_PROPERTY
        Provides the 'ipAddressRequester' property name.
        See Also:
        Constant Field Values
      • IP_ADDRESS_RESPONDER_PROPERTY

        public static final String IP_ADDRESS_RESPONDER_PROPERTY
        Provides the 'ipAddressResponder' property name.
        See Also:
        Constant Field Values
      • MSG_STATUS_PROPERTY

        public static final String MSG_STATUS_PROPERTY
        Provides the 'msgStatus' property name.
        See Also:
        Constant Field Values
      • MSG_TOPIC_PROPERTY

        public static final String MSG_TOPIC_PROPERTY
        Provides the 'msgTopic' 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
      • TIME_EXPIRY_PROPERTY

        public static final String TIME_EXPIRY_PROPERTY
        Provides the 'timeExpiry' property name.
        See Also:
        Constant Field Values
      • TIME_RECEIVED_PROPERTY

        public static final String TIME_RECEIVED_PROPERTY
        Provides the 'timeReceived' property name.
        See Also:
        Constant Field Values
      • TIME_RESPONDED_PROPERTY

        public static final String TIME_RESPONDED_PROPERTY
        Provides the 'timeResponded' property name.
        See Also:
        Constant Field Values
      • MSG_BODY_PROPERTY

        public static final String MSG_BODY_PROPERTY
        Provides the 'msgBody' 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
      • SUB_ASYNC_MSG_OID_PK_COLUMN

        public static final String SUB_ASYNC_MSG_OID_PK_COLUMN
        Provides the 'sub_async_msg_oid' primary key database column name.
        See Also:
        Constant Field Values
      • IP_ADDRESS_REQUESTER

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

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

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

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

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

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

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

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

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

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

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

      • _SubmissionAsyncMsg

        public _SubmissionAsyncMsg()
    • Method Detail

      • setIpAddressRequester

        public void setIpAddressRequester​(String ipAddressRequester)
        Set the ipAddressRequester value.
        Parameters:
        ipAddressRequester - the ipAddressRequester value to set
      • getIpAddressRequester

        public String getIpAddressRequester()
        Return the ipAddressRequester value.
        Returns:
        ipAddressRequester the ipAddressRequester value
      • setIpAddressResponder

        public void setIpAddressResponder​(String ipAddressResponder)
        Set the ipAddressResponder value.
        Parameters:
        ipAddressResponder - the ipAddressResponder value to set
      • getIpAddressResponder

        public String getIpAddressResponder()
        Return the ipAddressResponder value.
        Returns:
        ipAddressResponder the ipAddressResponder value
      • setMsgKey

        public void setMsgKey​(String msgKey)
        Set the msgKey value.
        Parameters:
        msgKey - the msgKey value to set
      • getMsgKey

        public String getMsgKey()
        Return the msgKey value.
        Returns:
        msgKey the msgKey value
      • setMsgStatus

        public void setMsgStatus​(String msgStatus)
        Set the msgStatus value.
        Parameters:
        msgStatus - the msgStatus value to set
      • getMsgStatus

        public String getMsgStatus()
        Return the msgStatus value.
        Returns:
        msgStatus the msgStatus value
      • setMsgTopic

        public void setMsgTopic​(String msgTopic)
        Set the msgTopic value.
        Parameters:
        msgTopic - the msgTopic value to set
      • getMsgTopic

        public String getMsgTopic()
        Return the msgTopic value.
        Returns:
        msgTopic the msgTopic 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
      • setTimeExpiry

        public void setTimeExpiry​(Date timeExpiry)
        Set the timeExpiry value.
        Parameters:
        timeExpiry - the timeExpiry value to set
      • getTimeExpiry

        public Date getTimeExpiry()
        Return the timeExpiry value.
        Returns:
        timeExpiry the timeExpiry value
      • setTimeReceived

        public void setTimeReceived​(Date timeReceived)
        Set the timeReceived value.
        Parameters:
        timeReceived - the timeReceived value to set
      • getTimeReceived

        public Date getTimeReceived()
        Return the timeReceived value.
        Returns:
        timeReceived the timeReceived value
      • setTimeResponded

        public void setTimeResponded​(Date timeResponded)
        Set the timeResponded value.
        Parameters:
        timeResponded - the timeResponded value to set
      • getTimeResponded

        public Date getTimeResponded()
        Return the timeResponded value.
        Returns:
        timeResponded the timeResponded value
      • setMsgBody

        public void setMsgBody​(SubmissionAsyncMsgBody msgBody)
        Set the MsgBody.
        Parameters:
        msgBody - the msgBody value to set
      • 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