test.compliance.notcompliant.support
Class OverloadedAttribute4

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

public class OverloadedAttribute4
extends java.lang.Object
implements OverloadedAttribute4MBean (src)


Constructor Summary
OverloadedAttribute4()
           
 
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

OverloadedAttribute4

public OverloadedAttribute4()
Method Detail

setSomething

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

isSomething

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

getSomething

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