public class RuleConditionDefinitionParameterDTO extends ItemDTO
| Constructor and Description |
|---|
RuleConditionDefinitionParameterDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
RuleConditionDefinitionDTO |
getDefinition() |
String |
getDescription() |
String |
getId() |
String |
getName() |
Integer |
getPriority() |
Boolean |
getRequired() |
String |
getType() |
List<String> |
getValidators() |
String |
getValue() |
void |
setDefinition(RuleConditionDefinitionDTO value) |
void |
setDescription(String value) |
void |
setId(String value) |
void |
setName(String value) |
void |
setPriority(Integer value) |
void |
setRequired(Boolean value) |
void |
setType(String value) |
void |
setValidators(List<String> value) |
void |
setValue(String value) |
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic RuleConditionDefinitionParameterDTO()
public RuleConditionDefinitionDTO getDefinition()
public String getDescription()
public String getId()
public String getName()
public Integer getPriority()
public Boolean getRequired()
public String getType()
public String getValue()
public void setDefinition(RuleConditionDefinitionDTO value)
public void setDescription(String value)
public void setId(String value)
public void setName(String value)
public void setPriority(Integer value)
public void setRequired(Boolean value)
public void setType(String value)
public void setValue(String value)
Copyright © 2017 SAP SE. All Rights Reserved.