public class UpdateTranslationValueCmd extends Object implements Command<TranslationEntity>
| Modifier and Type | Field and Description |
|---|---|
protected String |
translationId |
protected String |
translationValue |
| Constructor and Description |
|---|
UpdateTranslationValueCmd(String translationId,
String translationValue) |
| Modifier and Type | Method and Description |
|---|---|
TranslationEntity |
execute(CommandContext commandContext) |
protected String translationId
protected String translationValue
public TranslationEntity execute(CommandContext commandContext)
execute in interface Command<TranslationEntity>