Package no.difi.sdp.client2.domain.sbd
Class MessageInfo
- java.lang.Object
-
- no.difi.sdp.client2.domain.sbd.MessageInfo
-
public class MessageInfo extends Object
Contains information needed to identify a message: who the sender and the receiver is, the original journalpost and the transaction (conversation). To be used with logging and receipts to reduce parameters in methods and dependency to the standard business document.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetConversationId()StringgetMessageId()StringgetMessageType()StringgetReceiverOrgNumber()StringgetSenderOrgNumber()inthashCode()StringtoString()
-