Class CommandMessageTranslationTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.core.common.transfer.CommandMessageTranslationTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCommandMessageTranslationTransfer
(CommandMessageTransfer commandMessage, LanguageTransfer language, String translation) Creates a new instance of CommandMessageTranslationTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the commandMessage.Returns the language.Returns the translation.void
setCommandMessage
(CommandMessageTransfer commandMessage) Sets the commandMessage.void
setLanguage
(LanguageTransfer language) Sets the language.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
-
CommandMessageTranslationTransfer
public CommandMessageTranslationTransfer(CommandMessageTransfer commandMessage, LanguageTransfer language, String translation) Creates a new instance of CommandMessageTranslationTransfer
-
-
Method Details
-
getCommandMessage
Returns the commandMessage.- Returns:
- the commandMessage
-
setCommandMessage
Sets the commandMessage.- Parameters:
commandMessage
- the commandMessage to set
-
getLanguage
Returns the language.- Returns:
- the language
-
setLanguage
Sets the language.- Parameters:
language
- the language to set
-
getTranslation
Returns the translation.- Returns:
- the translation
-
setTranslation
Sets the translation.- Parameters:
translation
- the translation to set
-