fr.jussieu.gla.wasa.monitor.gui.test
Class IntBean

java.lang.Object
  |
  +--fr.jussieu.gla.wasa.monitor.gui.test.IntBean

public class IntBean
extends java.lang.Object

A JavaBean holding an int value.

Version:
$Revision: 1.1 $ $Date: 2002/03/24 23:30:09 $
Author:
Laurent Caillette

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

Constructor Detail

IntBean

public IntBean()
Method Detail

getValue

public int getValue()

setValue

public void setValue(int value)