org.jboss.jmx.adaptor.snmp.config.attribute
Class MappedAttribute

java.lang.Object
  extended by org.jboss.jmx.adaptor.snmp.config.attribute.MappedAttribute

public class MappedAttribute
extends Object

An attribute mapping, by default readonly.

Version:
$Revision: 57210 $
Author:
Heiko W. Rupp

Constructor Summary
MappedAttribute()
           
 
Method Summary
 String getName()
          Attribute name
 String getOid()
          Attribute oid
 boolean isReadWrite()
          Attribute mode (ro/rw)
 void setName(String name)
           
 void setOid(String oid)
           
 void setReadWrite(boolean mode)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MappedAttribute

public MappedAttribute()
Method Detail

getName

public String getName()
Attribute name


setName

public void setName(String name)

getOid

public String getOid()
Attribute oid


setOid

public void setOid(String oid)

isReadWrite

public boolean isReadWrite()
Attribute mode (ro/rw)


setReadWrite

public void setReadWrite(boolean mode)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.