public static class CreateOrUpdateProcessVariableCmd.ProcessVariableDTO
extends java.lang.Object
Constructor and Description |
---|
ProcessVariableDTO() |
Modifier and Type | Method and Description |
---|---|
static CreateOrUpdateProcessVariableCmd.ProcessVariableDTO |
fromProcessVariableModel(ProcessVariableModel processVariableModel) |
java.lang.String |
getName() |
java.util.List<CreateOrUpdateProcessVariableCmd.ProcessVariablePropertyDTO> |
getProperties() |
java.lang.String |
getType() |
void |
setName(java.lang.String name) |
void |
setProperties(java.util.List<CreateOrUpdateProcessVariableCmd.ProcessVariablePropertyDTO> properties) |
void |
setType(java.lang.String type) |
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getType()
public void setType(java.lang.String type)
public java.util.List<CreateOrUpdateProcessVariableCmd.ProcessVariablePropertyDTO> getProperties()
public void setProperties(java.util.List<CreateOrUpdateProcessVariableCmd.ProcessVariablePropertyDTO> properties)
public static CreateOrUpdateProcessVariableCmd.ProcessVariableDTO fromProcessVariableModel(ProcessVariableModel processVariableModel)