public class CreatePropertyCmd extends Object implements Command<IdmPropertyEntity>, Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected String |
value |
Constructor and Description |
---|
CreatePropertyCmd(String name,
String value) |
Modifier and Type | Method and Description |
---|---|
IdmPropertyEntity |
execute(CommandContext commandContext) |
public IdmPropertyEntity execute(CommandContext commandContext)
execute
in interface Command<IdmPropertyEntity>