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.voidsetCommandMessageKey(String commandMessageKey) Sets the commandMessageKey.voidsetCommandMessageTranslations(MapWrapper<CommandMessageTranslationTransfer> commandMessageTranslations) Sets the commandMessageTranslations.voidsetCommandMessageType(CommandMessageTypeTransfer commandMessageType) Sets the commandMessageType.voidsetTranslation(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
-