org.ow2.easybeans.console.jmxbrowser.service
Class JMXAttributes

java.lang.Object
  extended by org.ow2.easybeans.console.jmxbrowser.service.JMXAttributes

public class JMXAttributes
extends Object


Constructor Summary
JMXAttributes()
           
 
Method Summary
 String getDesc()
           
 String getName()
           
 String getType()
           
 String getValue()
           
 boolean isReadable()
           
 boolean isWritable()
           
 void setDesc(String desc)
           
 void setName(String name)
           
 void setReadable(boolean readable)
           
 void setType(String type)
           
 void setValue(String value)
           
 void setWritable(boolean writable)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JMXAttributes

public JMXAttributes()
Method Detail

getName

public String getName()

setName

public void setName(String name)

isWritable

public boolean isWritable()

setWritable

public void setWritable(boolean writable)

isReadable

public boolean isReadable()

setReadable

public void setReadable(boolean readable)

getDesc

public String getDesc()

setDesc

public void setDesc(String desc)

getValue

public String getValue()

setValue

public void setValue(String value)

getType

public String getType()

setType

public void setType(String type)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2006-2011 OW2 Consortium. All Rights Reserved.