org.drools.benchmark.model
Class A
java.lang.Object
org.drools.benchmark.model.A
public class A
- extends Object
|
Constructor Summary |
A(int i)
|
A(int i,
int j)
|
A(int i,
int j,
boolean b)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
A
public A(int i)
A
public A(int i,
int j)
A
public A(int i,
int j,
boolean b)
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)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.