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 StringgetId()final StringgetName()final RuleDeffinal RuleDeffinal BMUVersionfinal voidfinal voidfinal voidsetRuleDefRefError(RuleDef ruleDefRefError) final voidsetRuleDefRefOK(RuleDef ruleDefRefOK) final voidsetRuleList(List<RuleDef> ruleDefList) final StringtoString()
-
Constructor Details
-
Method Details
-
getId
- Specified by:
getIdin interfaceRuleSetDef- Returns:
- the _id
-
setId
- Specified by:
setIdin interfaceRuleSetDef- Parameters:
id- the _id to set
-
getName
- Specified by:
getNamein interfaceRuleSetDef- Returns:
- the _name
-
setName
- Specified by:
setNamein interfaceRuleSetDef- Parameters:
name- the _name to set
-
getRuleDefRefOK
- Specified by:
getRuleDefRefOKin interfaceRuleSetDef- Returns:
- the _ruleDefRefOK
-
setRuleDefRefOK
- Specified by:
setRuleDefRefOKin interfaceRuleSetDef- Parameters:
ruleDefRefOK- the ruleDefRefOK to set
-
getRuleDefRefError
- Specified by:
getRuleDefRefErrorin interfaceRuleSetDef- Returns:
- the _ruleDefRefError
-
setRuleDefRefError
- Specified by:
setRuleDefRefErrorin interfaceRuleSetDef- Parameters:
ruleDefRefError- the ruleDefRefError to set
-
getRuleList
- Specified by:
getRuleListin interfaceRuleSetDef- Returns:
- the _ruleList
-
setRuleList
- Specified by:
setRuleListin interfaceRuleSetDef- Parameters:
ruleDefList- the _ruleList to set
-
getVersion
- Specified by:
getVersionin interfaceRuleSetDef- Returns:
- Die Version
-
toString
-