test.implementation.modelmbean.support
Class Test

java.lang.Object
  extended bytest.implementation.modelmbean.support.Test

public class Test
extends java.lang.Object

Trivial POJO to test MMB attribute caching.


Constructor Summary
Test()
           
 
Method Summary
 java.lang.String getBar()
           
 int getBarCount()
           
 int getFooCount()
           
 void setFoo(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Test

public Test()
Method Detail

setFoo

public void setFoo(java.lang.String value)

getBar

public java.lang.String getBar()

getFooCount

public int getFooCount()

getBarCount

public int getBarCount()