Uses of Class
com.avoka.fc.core.entity.SubmissionAsyncMsgBody
-
Packages that use SubmissionAsyncMsgBody Package Description com.avoka.fc.core.entity.auto Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne. -
-
Uses of SubmissionAsyncMsgBody in com.avoka.fc.core.entity.auto
Fields in com.avoka.fc.core.entity.auto with type parameters of type SubmissionAsyncMsgBody Modifier and Type Field Description static org.apache.cayenne.exp.Property<SubmissionAsyncMsgBody>
_SubmissionAsyncMsg. MSG_BODY
Provides the 'MSG_BODY' property.Methods in com.avoka.fc.core.entity.auto that return SubmissionAsyncMsgBody Modifier and Type Method Description SubmissionAsyncMsgBody
_SubmissionAsyncMsg. getMsgBody()
Return the MsgBody.Methods in com.avoka.fc.core.entity.auto with parameters of type SubmissionAsyncMsgBody Modifier and Type Method Description void
_SubmissionAsyncMsg. setMsgBody(SubmissionAsyncMsgBody msgBody)
Set the MsgBody.
-