org.jboss.test.aop.bean
Class POJOConstructorTest

java.lang.Object
  extended byorg.jboss.test.aop.bean.POJOConstructorTest

public class POJOConstructorTest
extends java.lang.Object

Comment


Field Summary
 java.lang.String data
           
 
Constructor Summary
POJOConstructorTest()
           
POJOConstructorTest(int i)
           
POJOConstructorTest(int i, int j)
           
 
Method Summary
 void another()
           
 void another(int i)
           
 void another(int i, int j)
           
 int someMethod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

data

public java.lang.String data
Constructor Detail

POJOConstructorTest

public POJOConstructorTest()

POJOConstructorTest

public POJOConstructorTest(int i)

POJOConstructorTest

public POJOConstructorTest(int i,
                           int j)
Method Detail

someMethod

public int someMethod()

another

public void another()

another

public void another(int i)

another

public void another(int i,
                    int j)