org.drools.spring.metadata
Class BasicRuleMetadata

java.lang.Object
  extended by org.drools.spring.metadata.BasicRuleMetadata
All Implemented Interfaces:
RuleMetadata

public class BasicRuleMetadata
extends java.lang.Object
implements RuleMetadata


Constructor Summary
BasicRuleMetadata()
           
 
Method Summary
 java.lang.String getDocumentation()
           
 java.lang.Long getDuration()
           
 java.lang.String getName()
           
 java.lang.Boolean getNoLoop()
           
 java.lang.Integer getSalience()
           
 void setDocumentation(java.lang.String documentation)
           
 void setDuration(java.lang.Long duration)
           
 void setName(java.lang.String name)
           
 void setNoLoop(java.lang.Boolean noLoop)
           
 void setSalience(java.lang.Integer salience)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicRuleMetadata

public BasicRuleMetadata()
Method Detail

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)