Package cdm.event.workflow
Class MessageInformation.MessageInformationImpl
java.lang.Object
cdm.event.workflow.MessageInformation.MessageInformationImpl
- All Implemented Interfaces:
MessageInformation,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
MessageInformation
public static class MessageInformation.MessageInformationImpl
extends Object
implements MessageInformation
Immutable Implementation of MessageInformation
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.event.workflow.MessageInformation
MessageInformation.MessageInformationBuilder, MessageInformation.MessageInformationBuilderImpl, MessageInformation.MessageInformationImpl -
Field Summary
Fields inherited from interface cdm.event.workflow.MessageInformation
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanList<? extends FieldWithMetaString> A unique identifier (within the specified coding scheme) giving the details of some party to whom a copy of this message will be sent for reference.A unique identifier assigned to the message.The identifier for the originator of a message instance.List<? extends FieldWithMetaString> The identifier(s) for the recipient(s) of a message instance.inthashCode()protected voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.event.workflow.MessageInformation
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
MessageInformationImpl
-
-
Method Details
-
getMessageId
@RosettaAttribute(value="messageId", isRequired=true) @RuneAttribute(value="messageId", isRequired=true) public FieldWithMetaString getMessageId()Description copied from interface:MessageInformationA unique identifier assigned to the message.- Specified by:
getMessageIdin interfaceMessageInformation
-
getSentBy
Description copied from interface:MessageInformationThe identifier for the originator of a message instance.- Specified by:
getSentByin interfaceMessageInformation
-
getSentTo
@RosettaAttribute("sentTo") @RuneAttribute("sentTo") public List<? extends FieldWithMetaString> getSentTo()Description copied from interface:MessageInformationThe identifier(s) for the recipient(s) of a message instance.- Specified by:
getSentToin interfaceMessageInformation
-
getCopyTo
@RosettaAttribute("copyTo") @RuneAttribute("copyTo") public List<? extends FieldWithMetaString> getCopyTo()Description copied from interface:MessageInformationA unique identifier (within the specified coding scheme) giving the details of some party to whom a copy of this message will be sent for reference.- Specified by:
getCopyToin interfaceMessageInformation
-
build
Description copied from interface:MessageInformationBuild Methods- Specified by:
buildin interfaceMessageInformation- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceMessageInformation- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-