public class AbstractRulesModuleDTO extends ItemDTO
| Constructor and Description |
|---|
AbstractRulesModuleDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getActive() |
String |
getName() |
String |
getRuleType() |
Long |
getVersion() |
void |
setActive(Boolean value) |
void |
setName(String value) |
void |
setRuleType(String value) |
void |
setVersion(Long value) |
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic AbstractRulesModuleDTO()
public Boolean getActive()
public String getName()
public String getRuleType()
public Long getVersion()
public void setActive(Boolean value)
public void setName(String value)
public void setRuleType(String value)
public void setVersion(Long value)
Copyright © 2017 SAP SE. All Rights Reserved.