org.drools.spring.metadata
Class BasicRuleMetadata
java.lang.Object
org.drools.spring.metadata.BasicRuleMetadata
- All Implemented Interfaces:
- RuleMetadata
public class BasicRuleMetadata
- extends java.lang.Object
- implements RuleMetadata
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicRuleMetadata
public BasicRuleMetadata()
getName
public java.lang.String getName()
- Specified by:
getName
in interface RuleMetadata
setName
public void setName(java.lang.String name)
getDocumentation
public java.lang.String getDocumentation()
- Specified by:
getDocumentation
in interface RuleMetadata
setDocumentation
public void setDocumentation(java.lang.String documentation)
getSalience
public java.lang.Integer getSalience()
- Specified by:
getSalience
in interface RuleMetadata
setSalience
public void setSalience(java.lang.Integer salience)
getDuration
public java.lang.Long getDuration()
- Specified by:
getDuration
in interface RuleMetadata
setDuration
public void setDuration(java.lang.Long duration)
getNoLoop
public java.lang.Boolean getNoLoop()
- Specified by:
getNoLoop
in interface RuleMetadata
setNoLoop
public void setNoLoop(java.lang.Boolean noLoop)