test.compliance.notcompliant.support
Class OverloadedAttribute5

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

public class OverloadedAttribute5
extends java.lang.Object
implements OverloadedAttribute5MBean (src)


Constructor Summary
OverloadedAttribute5()
           
 
Method Summary
 java.lang.Boolean getSomething()
           
 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

OverloadedAttribute5

public OverloadedAttribute5()
Method Detail

setSomething

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

getSomething

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

isSomething

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