|
|||||||||
| Home >> All >> com >> jgoodies >> binding >> tests >> [ beans overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.jgoodies.binding.tests.beans
Class ReadWriteBean

java.lang.ObjectModel
com.jgoodies.binding.tests.beans.ReadWriteBean
- public class ReadWriteBean
- extends Model
A Java Bean that provides a read-write String property. This class is intended to be used by the Binding unit test suite.
- Version:
- $Revision: 1.3 $
| Field Summary | |
private java.lang.String |
property
|
| Constructor Summary | |
ReadWriteBean()
|
|
| Method Summary | |
java.lang.String |
getProperty()
|
void |
setProperty(java.lang.String newValue)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
property
private java.lang.String property
| Constructor Detail |
ReadWriteBean
public ReadWriteBean()
| Method Detail |
getProperty
public java.lang.String getProperty()
setProperty
public void setProperty(java.lang.String newValue)
|
|||||||||
| Home >> All >> com >> jgoodies >> binding >> tests >> [ beans overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC