Package de.consist.bmu.rule.def
Class RuleSetDefImpl
- java.lang.Object
-
- de.consist.bmu.rule.def.RuleSetDefImpl
-
- All Implemented Interfaces:
RuleSetDef,java.io.Serializable
public class RuleSetDefImpl extends java.lang.Object implements RuleSetDef
Klasse fuer eine Liste von Regeldefinitionen. Wird mit jaxb als xml serialisiert. Die Regeldefinitionen werden nach folgendem Schema sortiert:- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuleSetDefImpl()Konstruktor.RuleSetDefImpl(java.lang.String id, java.lang.String name, RuleDef ruleDefRefOK, RuleDef ruleDefRefError, java.util.List<RuleDef> ruleDefList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()java.lang.StringgetName()RuleDefgetRuleDefRefError()RuleDefgetRuleDefRefOK()java.util.List<RuleDef>getRuleList()BMUVersiongetVersion()voidsetId(java.lang.String id)voidsetName(java.lang.String name)voidsetRuleDefRefError(RuleDef ruleDefRefError)voidsetRuleDefRefOK(RuleDef ruleDefRefOK)voidsetRuleList(java.util.List<RuleDef> ruleDefList)java.lang.StringtoString()
-
-
-
Method Detail
-
getId
public final java.lang.String getId()
- Specified by:
getIdin interfaceRuleSetDef- Returns:
- the _id
-
setId
public final void setId(java.lang.String id)
- Specified by:
setIdin interfaceRuleSetDef- Parameters:
id- the _id to set
-
getName
public final java.lang.String getName()
- Specified by:
getNamein interfaceRuleSetDef- Returns:
- the _name
-
setName
public final void setName(java.lang.String name)
- Specified by:
setNamein interfaceRuleSetDef- Parameters:
name- the _name to set
-
getRuleDefRefOK
public final RuleDef getRuleDefRefOK()
- Specified by:
getRuleDefRefOKin interfaceRuleSetDef- Returns:
- the _ruleDefRefOK
-
setRuleDefRefOK
public final void setRuleDefRefOK(RuleDef ruleDefRefOK)
- Specified by:
setRuleDefRefOKin interfaceRuleSetDef- Parameters:
ruleDefRefOK- the ruleDefRefOK to set
-
getRuleDefRefError
public final RuleDef getRuleDefRefError()
- Specified by:
getRuleDefRefErrorin interfaceRuleSetDef- Returns:
- the _ruleDefRefError
-
setRuleDefRefError
public final void setRuleDefRefError(RuleDef ruleDefRefError)
- Specified by:
setRuleDefRefErrorin interfaceRuleSetDef- Parameters:
ruleDefRefError- the ruleDefRefError to set
-
getRuleList
public final java.util.List<RuleDef> getRuleList()
- Specified by:
getRuleListin interfaceRuleSetDef- Returns:
- the _ruleList
-
setRuleList
public final void setRuleList(java.util.List<RuleDef> ruleDefList)
- Specified by:
setRuleListin interfaceRuleSetDef- Parameters:
ruleDefList- the _ruleList to set
-
getVersion
public final BMUVersion getVersion()
- Specified by:
getVersionin interfaceRuleSetDef- Returns:
- Die Version
-
toString
public final java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-