Package de.consist.bmu.rule.def
Class RuleSetDefImpl
java.lang.Object
de.consist.bmu.rule.def.RuleSetDefImpl
- All Implemented Interfaces:
RuleSetDef
,Serializable
Klasse fuer eine Liste von Regeldefinitionen. Wird mit jaxb als xml
serialisiert. Die Regeldefinitionen werden nach folgendem Schema sortiert:
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal String
getId()
final String
getName()
final RuleDef
final RuleDef
final BMUVersion
final void
final void
final void
setRuleDefRefError
(RuleDef ruleDefRefError) final void
setRuleDefRefOK
(RuleDef ruleDefRefOK) final void
setRuleList
(List<RuleDef> ruleDefList) final String
toString()
-
Constructor Details
-
Method Details
-
getId
- Specified by:
getId
in interfaceRuleSetDef
- Returns:
- the _id
-
setId
- Specified by:
setId
in interfaceRuleSetDef
- Parameters:
id
- the _id to set
-
getName
- Specified by:
getName
in interfaceRuleSetDef
- Returns:
- the _name
-
setName
- Specified by:
setName
in interfaceRuleSetDef
- Parameters:
name
- the _name to set
-
getRuleDefRefOK
- Specified by:
getRuleDefRefOK
in interfaceRuleSetDef
- Returns:
- the _ruleDefRefOK
-
setRuleDefRefOK
- Specified by:
setRuleDefRefOK
in interfaceRuleSetDef
- Parameters:
ruleDefRefOK
- the ruleDefRefOK to set
-
getRuleDefRefError
- Specified by:
getRuleDefRefError
in interfaceRuleSetDef
- Returns:
- the _ruleDefRefError
-
setRuleDefRefError
- Specified by:
setRuleDefRefError
in interfaceRuleSetDef
- Parameters:
ruleDefRefError
- the ruleDefRefError to set
-
getRuleList
- Specified by:
getRuleList
in interfaceRuleSetDef
- Returns:
- the _ruleList
-
setRuleList
- Specified by:
setRuleList
in interfaceRuleSetDef
- Parameters:
ruleDefList
- the _ruleList to set
-
getVersion
- Specified by:
getVersion
in interfaceRuleSetDef
- Returns:
- Die Version
-
toString
-