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

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

public class OverloadedAttribute1
extends java.lang.Object
implements OverloadedAttribute1MBean (src)


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

Constructor Detail

OverloadedAttribute1

public OverloadedAttribute1()
Method Detail

setSomething

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

getSomething

public java.lang.Boolean getSomething()
Specified by:
getSomething in interface OverloadedAttribute1MBean (src)