org.apache.tapestry.junit.utils
Class PublicBean

java.lang.Object
  extended by org.apache.tapestry.junit.utils.PublicBean

public class PublicBean
extends Object

Bean used by bean tester.

Since:
2.2
Author:
Howard Lewis Ship

Field Summary
 long longProperty
           
 Object objectProperty
           
 String stringProperty
           
 
Constructor Summary
PublicBean()
           
 
Method Summary
 double getSyntheticProperty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stringProperty

public String stringProperty

objectProperty

public Object objectProperty

longProperty

public long longProperty
Constructor Detail

PublicBean

public PublicBean()
Method Detail

getSyntheticProperty

public double getSyntheticProperty()


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.