org.jboss.test.jbossmx.compliance.notcompliant.support
Class OverloadedAttribute3

java.lang.Object
  extended byorg.jboss.test.jbossmx.compliance.notcompliant.support.OverloadedAttribute3
All Implemented Interfaces:
OverloadedAttribute3MBean (src)

public class OverloadedAttribute3
extends java.lang.Object
implements OverloadedAttribute3MBean (src)


Constructor Summary
OverloadedAttribute3()
           
 
Method Summary
 void setSomething(boolean something)
           
 void setSomething(java.lang.Boolean something)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OverloadedAttribute3

public OverloadedAttribute3()
Method Detail

setSomething

public void setSomething(boolean something)
Specified by:
setSomething in interface OverloadedAttribute3MBean (src)

setSomething

public void setSomething(java.lang.Boolean something)
Specified by:
setSomething in interface OverloadedAttribute3MBean (src)