net.sf.tapestry.junit.prop
Class PropertyHelperTest.PublicBean

java.lang.Object
  |
  +--net.sf.tapestry.junit.prop.PropertyHelperTest.PublicBean
All Implemented Interfaces:
IPublicBean
Enclosing class:
PropertyHelperTest

public static class PropertyHelperTest.PublicBean
extends java.lang.Object
implements IPublicBean


Field Summary
 int intProperty
           
 java.lang.Object objectProperty
           
 
Constructor Summary
PropertyHelperTest.PublicBean()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

intProperty

public int intProperty

objectProperty

public java.lang.Object objectProperty
Constructor Detail

PropertyHelperTest.PublicBean

public PropertyHelperTest.PublicBean()