Class _SubmissionAsyncMsgBody

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

    public abstract class _SubmissionAsyncMsgBody
    extends BaseEntity

    Provides the _SubmissionAsyncMsgBody 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<String> REQUEST_MSG
      Provides the 'REQUEST_MSG' property.
      static String REQUEST_MSG_PROPERTY
      Provides the 'requestMsg' property name.
      static org.apache.cayenne.exp.Property<String> RESPONSE_MSG
      Provides the 'RESPONSE_MSG' property.
      static String RESPONSE_MSG_PROPERTY
      Provides the 'responseMsg' property name.
      static String SUB_ASYNC_MSG_BODY_OID_PK_COLUMN
      Provides the 'sub_async_msg_body_oid' primary key database column name.
      static org.apache.cayenne.exp.Property<SubmissionAsyncMsg> SUBMISSION_ASYNC_MSG
      Provides the 'SUBMISSION_ASYNC_MSG' property.
      static String SUBMISSION_ASYNC_MSG_PROPERTY
      Provides the 'submissionAsyncMsg' relationship 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
      String getRequestMsg()
      Return the requestMsg value.
      String getResponseMsg()
      Return the responseMsg value.
      SubmissionAsyncMsg getSubmissionAsyncMsg()
      Return the SubmissionAsyncMsg.
      void setRequestMsg​(String requestMsg)
      Set the requestMsg value.
      void setResponseMsg​(String responseMsg)
      Set the responseMsg value.
      void setSubmissionAsyncMsg​(SubmissionAsyncMsg submissionAsyncMsg)
      Set the SubmissionAsyncMsg.
      • 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

      • REQUEST_MSG_PROPERTY

        public static final String REQUEST_MSG_PROPERTY
        Provides the 'requestMsg' property name.
        See Also:
        Constant Field Values
      • RESPONSE_MSG_PROPERTY

        public static final String RESPONSE_MSG_PROPERTY
        Provides the 'responseMsg' property name.
        See Also:
        Constant Field Values
      • SUBMISSION_ASYNC_MSG_PROPERTY

        public static final String SUBMISSION_ASYNC_MSG_PROPERTY
        Provides the 'submissionAsyncMsg' relationship name.
        See Also:
        Constant Field Values
      • SUB_ASYNC_MSG_BODY_OID_PK_COLUMN

        public static final String SUB_ASYNC_MSG_BODY_OID_PK_COLUMN
        Provides the 'sub_async_msg_body_oid' primary key database column name.
        See Also:
        Constant Field Values
      • REQUEST_MSG

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

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

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

      • _SubmissionAsyncMsgBody

        public _SubmissionAsyncMsgBody()
    • Method Detail

      • setRequestMsg

        public void setRequestMsg​(String requestMsg)
        Set the requestMsg value.
        Parameters:
        requestMsg - the requestMsg value to set
      • getRequestMsg

        public String getRequestMsg()
        Return the requestMsg value.
        Returns:
        requestMsg the requestMsg value
      • setResponseMsg

        public void setResponseMsg​(String responseMsg)
        Set the responseMsg value.
        Parameters:
        responseMsg - the responseMsg value to set
      • getResponseMsg

        public String getResponseMsg()
        Return the responseMsg value.
        Returns:
        responseMsg the responseMsg value
      • setSubmissionAsyncMsg

        public void setSubmissionAsyncMsg​(SubmissionAsyncMsg submissionAsyncMsg)
        Set the SubmissionAsyncMsg.
        Parameters:
        submissionAsyncMsg - the submissionAsyncMsg value to set
      • getSubmissionAsyncMsg

        public SubmissionAsyncMsg getSubmissionAsyncMsg()
        Return the SubmissionAsyncMsg.
        Returns:
        the submissionAsyncMsg value