Drools examples 6.1.0-SNAPSHOT

org.drools.benchmark.manners
Class Count

java.lang.Object
  extended by org.drools.benchmark.manners.Count

public class Count
extends Object


Constructor Summary
Count()
           
Count(int value)
           
 
Method Summary
 boolean equals(Object object)
           
 int getValue()
           
 int hashCode()
           
 void setValue(int value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Count

public Count()

Count

public Count(int value)
Method Detail

getValue

public int getValue()

setValue

public void setValue(int value)

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Drools examples 6.1.0-SNAPSHOT

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