test.implementation.modelmbean.support
Class Test

java.lang.Object
  extended by test.implementation.modelmbean.support.Test

public class Test
extends Object

Trivial POJO to test MMB attribute caching.

Version:
$Revision: 81022 $
Author:
Juha Lindfors.

Constructor Summary
Test()
           
 
Method Summary
 String getBar()
           
 int getBarCount()
           
 int getFooCount()
           
 void setFoo(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(String value)

getBar

public String getBar()

getFooCount

public int getFooCount()

getBarCount

public int getBarCount()


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.