public class GetTemplateVariationModelCmd extends Object implements Command<TemplateVariationModel>
Modifier and Type | Field and Description |
---|---|
protected String |
templateVariationDefinitionId |
Constructor and Description |
---|
GetTemplateVariationModelCmd(String templateVariationDefinitionId) |
Modifier and Type | Method and Description |
---|---|
TemplateVariationModel |
execute(CommandContext commandContext) |
protected String templateVariationDefinitionId
public GetTemplateVariationModelCmd(String templateVariationDefinitionId)
public TemplateVariationModel execute(CommandContext commandContext)
execute
in interface Command<TemplateVariationModel>