Class PDomibusConnectorClientMessage


  • @Entity
    public class PDomibusConnectorClientMessage
    extends Object
    • Constructor Detail

      • PDomibusConnectorClientMessage

        public PDomibusConnectorClientMessage()
    • Method Detail

      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • getEbmsMessageId

        public String getEbmsMessageId()
      • setEbmsMessageId

        public void setEbmsMessageId​(String ebmsMessageId)
      • getBackendMessageId

        public String getBackendMessageId()
      • setBackendMessageId

        public void setBackendMessageId​(String backendMessageId)
      • getConversationId

        public String getConversationId()
      • setConversationId

        public void setConversationId​(String conversationId)
      • getOriginalSender

        public String getOriginalSender()
      • setOriginalSender

        public void setOriginalSender​(String originalSender)
      • getFinalRecipient

        public String getFinalRecipient()
      • setFinalRecipient

        public void setFinalRecipient​(String finalRecipient)
      • getFromPartyId

        public String getFromPartyId()
      • setFromPartyId

        public void setFromPartyId​(String fromPartyId)
      • getFromPartyType

        public String getFromPartyType()
      • setFromPartyType

        public void setFromPartyType​(String fromPartyType)
      • getFromPartyRole

        public String getFromPartyRole()
      • setFromPartyRole

        public void setFromPartyRole​(String fromPartyRole)
      • getToPartyId

        public String getToPartyId()
      • setToPartyId

        public void setToPartyId​(String toPartyId)
      • getToPartyType

        public String getToPartyType()
      • setToPartyType

        public void setToPartyType​(String toPartyType)
      • getToPartyRole

        public String getToPartyRole()
      • setToPartyRole

        public void setToPartyRole​(String toPartyRole)
      • getService

        public String getService()
      • setService

        public void setService​(String service)
      • getServiceType

        public String getServiceType()
      • setServiceType

        public void setServiceType​(String serviceType)
      • getAction

        public String getAction()
      • setAction

        public void setAction​(String action)
      • getStorageInfo

        public String getStorageInfo()
      • setStorageInfo

        public void setStorageInfo​(String storageInfo)
      • getLastConfirmationReceived

        public String getLastConfirmationReceived()
      • setLastConfirmationReceived

        public void setLastConfirmationReceived​(String lastConfirmationReceived)
      • getCreated

        public Date getCreated()
      • setCreated

        public void setCreated​(Date created)