Package com.avoka.fc.core.entity
Class SubmissionAsyncMsgBody
- java.lang.Object
-
- org.apache.cayenne.PersistentObject
-
- org.apache.cayenne.CayenneDataObject
-
- com.avoka.core.entity.BaseEntity
-
- com.avoka.fc.core.entity.auto._SubmissionAsyncMsgBody
-
- com.avoka.fc.core.entity.SubmissionAsyncMsgBody
-
- All Implemented Interfaces:
IEntity,Serializable,org.apache.cayenne.DataObject,org.apache.cayenne.Persistent,org.apache.cayenne.Validating
public class SubmissionAsyncMsgBody extends _SubmissionAsyncMsgBody
Provides an submission asynchronous message body entity.- Since:
- 4.3.2
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.avoka.fc.core.entity.auto._SubmissionAsyncMsgBody
REQUEST_MSG, REQUEST_MSG_PROPERTY, RESPONSE_MSG, RESPONSE_MSG_PROPERTY, SUB_ASYNC_MSG_BODY_OID_PK_COLUMN, SUBMISSION_ASYNC_MSG, SUBMISSION_ASYNC_MSG_PROPERTY
-
Fields inherited from class com.avoka.core.entity.BaseEntity
ID_PROPERTY
-
-
Constructor Summary
Constructors Constructor Description SubmissionAsyncMsgBody()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRequestMsg()Return the requestMsg value.StringgetResponseMsg()Return the responseMsg value.voidsetRequestMsg(String value)Set the request messagevoidsetResponseMsg(String value)Set the response message-
Methods inherited from class com.avoka.fc.core.entity.auto._SubmissionAsyncMsgBody
getSubmissionAsyncMsg, setSubmissionAsyncMsg
-
Methods inherited from class com.avoka.core.entity.BaseEntity
appendProperties, getId, getValuesMap, isNew, setId, toString
-
Methods inherited from class org.apache.cayenne.CayenneDataObject
addToManyTarget, getSnapshotVersion, makePath, readNestedProperty, readProperty, readPropertyDirectly, removeToManyTarget, setObjectContext, setPersistenceState, setReverseRelationship, setSnapshotVersion, setToManyTarget, setToOneTarget, toStringBuffer, unsetReverseRelationship, validateForDelete, validateForInsert, validateForSave, validateForUpdate, willConnect, writeProperty, writePropertyDirectly
-
Methods inherited from class org.apache.cayenne.PersistentObject
getMapKey, getObjectContext, getObjectId, getPersistenceState, setObjectId
-
-
-
-
Method Detail
-
getRequestMsg
public String getRequestMsg()
Description copied from class:_SubmissionAsyncMsgBodyReturn the requestMsg value.- Overrides:
getRequestMsgin class_SubmissionAsyncMsgBody- Returns:
- the request message
-
setRequestMsg
public void setRequestMsg(String value)
Set the request message- Overrides:
setRequestMsgin class_SubmissionAsyncMsgBody- Parameters:
value- the request message
-
getResponseMsg
public String getResponseMsg()
Description copied from class:_SubmissionAsyncMsgBodyReturn the responseMsg value.- Overrides:
getResponseMsgin class_SubmissionAsyncMsgBody- Returns:
- the response message
-
setResponseMsg
public void setResponseMsg(String value)
Set the response message- Overrides:
setResponseMsgin class_SubmissionAsyncMsgBody- Parameters:
value- the response message
-
-