org.drools.benchmark.model
Class DummyBean

java.lang.Object
  extended by org.drools.benchmark.model.DummyBean

public class DummyBean
extends Object


Constructor Summary
DummyBean(int seed)
           
 
Method Summary
 boolean equals(Object other)
           
 int getSeed()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DummyBean

public DummyBean(int seed)
Method Detail

getSeed

public int getSeed()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


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