org.drools.guvnor.shared.simulation.command
Class AssertRuleFiredCommandModel

java.lang.Object
  extended by org.drools.guvnor.shared.simulation.command.AssertRuleFiredCommandModel
All Implemented Interfaces:
Serializable, PortableObject

public class AssertRuleFiredCommandModel
extends Object
implements PortableObject

This is a DTO, but it's always nested in FireAllRulesCommandModel.

See Also:
Serialized Form

Constructor Summary
AssertRuleFiredCommandModel()
           
 
Method Summary
 int getFireCount()
           
 String getRuleName()
           
 void setFireCount(int fireCount)
           
 void setRuleName(String ruleName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssertRuleFiredCommandModel

public AssertRuleFiredCommandModel()
Method Detail

getRuleName

public String getRuleName()

setRuleName

public void setRuleName(String ruleName)

getFireCount

public int getFireCount()

setFireCount

public void setFireCount(int fireCount)


Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.