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.String
getId()
java.lang.String
getName()
RuleDef
getRuleDefRefError()
RuleDef
getRuleDefRefOK()
java.util.List<RuleDef>
getRuleList()
BMUVersion
getVersion()
void
setId(java.lang.String id)
void
setName(java.lang.String name)
void
setRuleDefRefError(RuleDef ruleDefRefError)
void
setRuleDefRefOK(RuleDef ruleDefRefOK)
void
setRuleList(java.util.List<RuleDef> ruleDefList)
java.lang.String
toString()
-
-
-
Method Detail
-
getId
public final java.lang.String getId()
- Specified by:
getId
in interfaceRuleSetDef
- Returns:
- the _id
-
setId
public final void setId(java.lang.String id)
- Specified by:
setId
in interfaceRuleSetDef
- Parameters:
id
- the _id to set
-
getName
public final java.lang.String getName()
- Specified by:
getName
in interfaceRuleSetDef
- Returns:
- the _name
-
setName
public final void setName(java.lang.String name)
- Specified by:
setName
in interfaceRuleSetDef
- Parameters:
name
- the _name to set
-
getRuleDefRefOK
public final RuleDef getRuleDefRefOK()
- Specified by:
getRuleDefRefOK
in interfaceRuleSetDef
- Returns:
- the _ruleDefRefOK
-
setRuleDefRefOK
public final void setRuleDefRefOK(RuleDef ruleDefRefOK)
- Specified by:
setRuleDefRefOK
in interfaceRuleSetDef
- Parameters:
ruleDefRefOK
- the ruleDefRefOK to set
-
getRuleDefRefError
public final RuleDef getRuleDefRefError()
- Specified by:
getRuleDefRefError
in interfaceRuleSetDef
- Returns:
- the _ruleDefRefError
-
setRuleDefRefError
public final void setRuleDefRefError(RuleDef ruleDefRefError)
- Specified by:
setRuleDefRefError
in interfaceRuleSetDef
- Parameters:
ruleDefRefError
- the ruleDefRefError to set
-
getRuleList
public final java.util.List<RuleDef> getRuleList()
- Specified by:
getRuleList
in interfaceRuleSetDef
- Returns:
- the _ruleList
-
setRuleList
public final void setRuleList(java.util.List<RuleDef> ruleDefList)
- Specified by:
setRuleList
in interfaceRuleSetDef
- Parameters:
ruleDefList
- the _ruleList to set
-
getVersion
public final BMUVersion getVersion()
- Specified by:
getVersion
in interfaceRuleSetDef
- Returns:
- Die Version
-
toString
public final java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-