Drools Benchmark 6.1.0.Beta4

org.drools.benchmark.model
Class B

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

public class B
extends Object


Constructor Summary
B(int i)
           
B(int i, int j)
           
B(int i, int j, boolean b)
           
 
Method Summary
 int getI()
           
 int getJ()
           
 boolean isB()
           
 void setB(boolean b)
           
 void setI(int i)
           
 void setJ(int j)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

B

public B(int i)

B

public B(int i,
         int j)

B

public B(int i,
         int j,
         boolean b)
Method Detail

getI

public int getI()

setI

public void setI(int i)

getJ

public int getJ()

setJ

public void setJ(int j)

isB

public boolean isB()

setB

public void setB(boolean b)

Drools Benchmark 6.1.0.Beta4

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