Class CommandDescriptionTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.core.common.transfer.CommandDescriptionTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCommandDescriptionTransfer(LanguageTransfer language, CommandTransfer command, String description) Creates a new instance of CommandDescriptionTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCommand(CommandTransfer command) voidsetDescription(String description) voidsetLanguage(LanguageTransfer language) 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
-
CommandDescriptionTransfer
public CommandDescriptionTransfer(LanguageTransfer language, CommandTransfer command, String description) Creates a new instance of CommandDescriptionTransfer
-
-
Method Details
-
getLanguage
-
setLanguage
-
getCommand
-
setCommand
-
getDescription
-
setDescription
-