public class RuleGroupDTO extends ItemDTO
| Constructor and Description |
|---|
RuleGroupDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getDescription() |
Set<AbstractRuleDTO> |
getRules() |
void |
setCode(String value) |
void |
setDescription(String value) |
void |
setRules(Set<AbstractRuleDTO> value) |
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic String getCode()
public String getDescription()
public Set<AbstractRuleDTO> getRules()
public void setCode(String value)
public void setDescription(String value)
public void setRules(Set<AbstractRuleDTO> value)
Copyright © 2017 SAP SE. All Rights Reserved.