test.compliance.notcompliant.support
Class OverloadedAttribute2

java.lang.Object
  extended bytest.compliance.notcompliant.support.OverloadedAttribute2
All Implemented Interfaces:
OverloadedAttribute2MBean (src)

public class OverloadedAttribute2
extends java.lang.Object
implements OverloadedAttribute2MBean (src)


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

Constructor Detail

OverloadedAttribute2

public OverloadedAttribute2()
Method Detail

setSomething

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

isSomething

public java.lang.Boolean isSomething()
Specified by:
isSomething in interface OverloadedAttribute2MBean (src)