public class DNRuleComponent extends EntityWithSurrogateKey
id
Constructor and Description |
---|
DNRuleComponent() |
DNRuleComponent(DNRuleComponentType type,
String modification,
String description) |
DNRuleComponent(Integer id,
Integer ruleId,
DNRuleComponentType type,
String modification,
String description) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getModification() |
Integer |
getRuleId() |
DNRuleComponentType |
getType() |
void |
setRuleId(Integer ruleId) |
getId, setId
public DNRuleComponent(Integer id, Integer ruleId, DNRuleComponentType type, String modification, String description)
id
- ruleId
- type
- modification
- description
- public DNRuleComponent(DNRuleComponentType type, String modification, String description)
type
- modification
- description
- public DNRuleComponent()
public Integer getRuleId()
public void setRuleId(Integer ruleId)
ruleId
- public DNRuleComponentType getType()
public String getModification()
public String getDescription()
Copyright © 2013. All Rights Reserved.