Class CommandMessageTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.core.common.transfer.CommandMessageTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCommandMessageTransfer
(CommandMessageTypeTransfer commandMessageType, String commandMessageKey, String translation) Creates a new instance of CommandMessageTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the commandMessageKey.Returns the commandMessageTranslations.Returns the commandMessageType.Returns the translation.void
setCommandMessageKey
(String commandMessageKey) Sets the commandMessageKey.void
setCommandMessageTranslations
(MapWrapper<CommandMessageTranslationTransfer> commandMessageTranslations) Sets the commandMessageTranslations.void
setCommandMessageType
(CommandMessageTypeTransfer commandMessageType) Sets the commandMessageType.void
setTranslation
(String translation) Sets the translation.Methods inherited from class com.echothree.util.common.transfer.BaseTransfer
addComments, addOwnedWorkEffort, addRatings, getComments, getEntityAliasTypes, getEntityAttributeGroups, getEntityInstance, getOwnedWorkEfforts, getRatings, getTagScopes, setComments, setEntityAliasTypes, setEntityAttributeGroups, setEntityInstance, setOwnedWorkEfforts, setRatings, setTagScopes
-
Constructor Details
-
CommandMessageTransfer
public CommandMessageTransfer(CommandMessageTypeTransfer commandMessageType, String commandMessageKey, String translation) Creates a new instance of CommandMessageTransfer
-
-
Method Details
-
getCommandMessageType
Returns the commandMessageType.- Returns:
- the commandMessageType
-
setCommandMessageType
Sets the commandMessageType.- Parameters:
commandMessageType
- the commandMessageType to set
-
getCommandMessageKey
Returns the commandMessageKey.- Returns:
- the commandMessageKey
-
setCommandMessageKey
Sets the commandMessageKey.- Parameters:
commandMessageKey
- the commandMessageKey to set
-
getTranslation
Returns the translation.- Returns:
- the translation
-
setTranslation
Sets the translation.- Parameters:
translation
- the translation to set
-
getCommandMessageTranslations
Returns the commandMessageTranslations.- Returns:
- the commandMessageTranslations
-
setCommandMessageTranslations
public void setCommandMessageTranslations(MapWrapper<CommandMessageTranslationTransfer> commandMessageTranslations) Sets the commandMessageTranslations.- Parameters:
commandMessageTranslations
- the commandMessageTranslations to set
-