edu.washington.cs.supple.example.synthetic
Class BinaryTreeBean

java.lang.Object
  extended byedu.washington.cs.supple.rep.SuppleBeanImpl
      extended byedu.washington.cs.supple.example.synthetic.BinaryTreeBean
All Implemented Interfaces:
SuppleBean

public class BinaryTreeBean
extends SuppleBeanImpl

Author:
kgajos

Field Summary
protected  boolean b
           
protected  int i
           
 
Fields inherited from class edu.washington.cs.supple.rep.SuppleBeanImpl
pcs
 
Constructor Summary
BinaryTreeBean()
           
 
Method Summary
 int getI()
           
 boolean isB()
           
 void setB(boolean b)
           
 void setI(int i)
           
 
Methods inherited from class edu.washington.cs.supple.rep.SuppleBeanImpl
addPropertyChangeListener, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

b

protected boolean b

i

protected int i
Constructor Detail

BinaryTreeBean

public BinaryTreeBean()
Method Detail

isB

public boolean isB()
Returns:
Returns the b.

setB

public void setB(boolean b)
Parameters:
b - The b to set.

getI

public int getI()
Returns:
Returns the i.

setI

public void setI(int i)
Parameters:
i - The i to set.